ChirpStack
Rank #18,511io.github.oliveres/chirpstack-mcp-server
Manage and live-debug LoRaWAN devices on a ChirpStack v4 network server over its gRPC API
ChirpStack is a Model Context Protocol (MCP) server published by oliveres. It ranks #18,511 of 132,046 servers tracked on MCP Toplist. ChirpStack is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 29, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 113,535 of 132,046 servers on MCP Toplist.
Use ChirpStack
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add chirpstack-mcp-server -e "CHIRPSTACK_SERVER=<your CHIRPSTACK_SERVER>" -e "CHIRPSTACK_API_KEY=<your CHIRPSTACK_API_KEY>" -e "CHIRPSTACK_TOOLSETS=<your CHIRPSTACK_TOOLSETS>" -e "CHIRPSTACK_TLS=<your CHIRPSTACK_TLS>" -- uvx chirpstack-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.chirpstack-mcp-server]
command = "uvx"
args = ["chirpstack-mcp-server"]
[mcp_servers.chirpstack-mcp-server.env]
CHIRPSTACK_SERVER = "<your CHIRPSTACK_SERVER>"
CHIRPSTACK_API_KEY = "<your CHIRPSTACK_API_KEY>"
CHIRPSTACK_TOOLSETS = "<your CHIRPSTACK_TOOLSETS>"
CHIRPSTACK_TLS = "<your CHIRPSTACK_TLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"chirpstack-mcp-server": {
"command": "uvx",
"args": [
"chirpstack-mcp-server"
],
"env": {
"CHIRPSTACK_SERVER": "<your CHIRPSTACK_SERVER>",
"CHIRPSTACK_API_KEY": "<your CHIRPSTACK_API_KEY>",
"CHIRPSTACK_TOOLSETS": "<your CHIRPSTACK_TOOLSETS>",
"CHIRPSTACK_TLS": "<your CHIRPSTACK_TLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"chirpstack-mcp-server": {
"command": "uvx",
"args": [
"chirpstack-mcp-server"
],
"env": {
"CHIRPSTACK_SERVER": "<your CHIRPSTACK_SERVER>",
"CHIRPSTACK_API_KEY": "<your CHIRPSTACK_API_KEY>",
"CHIRPSTACK_TOOLSETS": "<your CHIRPSTACK_TOOLSETS>",
"CHIRPSTACK_TLS": "<your CHIRPSTACK_TLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"chirpstack-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"chirpstack-mcp-server"
],
"env": {
"CHIRPSTACK_SERVER": "<your CHIRPSTACK_SERVER>",
"CHIRPSTACK_API_KEY": "<your CHIRPSTACK_API_KEY>",
"CHIRPSTACK_TOOLSETS": "<your CHIRPSTACK_TOOLSETS>",
"CHIRPSTACK_TLS": "<your CHIRPSTACK_TLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"chirpstack-mcp-server": {
"command": "uvx",
"args": [
"chirpstack-mcp-server"
],
"env": {
"CHIRPSTACK_SERVER": "<your CHIRPSTACK_SERVER>",
"CHIRPSTACK_API_KEY": "<your CHIRPSTACK_API_KEY>",
"CHIRPSTACK_TOOLSETS": "<your CHIRPSTACK_TOOLSETS>",
"CHIRPSTACK_TLS": "<your CHIRPSTACK_TLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"chirpstack-mcp-server": {
"command": "uvx",
"args": [
"chirpstack-mcp-server"
],
"env": {
"CHIRPSTACK_SERVER": "<your CHIRPSTACK_SERVER>",
"CHIRPSTACK_API_KEY": "<your CHIRPSTACK_API_KEY>",
"CHIRPSTACK_TOOLSETS": "<your CHIRPSTACK_TOOLSETS>",
"CHIRPSTACK_TLS": "<your CHIRPSTACK_TLS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.oliveres%2Fchirpstack-mcp-server)<a href="https://mcptoplist.com/server/io.github.oliveres%2Fchirpstack-mcp-server"><img src="https://mcptoplist.com/badge/io.github.oliveres%2Fchirpstack-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
oliveres
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Aug 30, 2026 |
| 0.1.0 | Aug 29, 2026 |
Frequently asked questions
- Who maintains ChirpStack?
- ChirpStack is maintained by oliveres, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is ChirpStack listed on the Official MCP Registry?
- Yes — ChirpStack is listed on the Official MCP Registry, alongside Glama.
- How many versions does ChirpStack have?
- MCP Toplist tracks 2 versions of ChirpStack, most recently published on Aug 30, 2026.
- Where can I find the source code for ChirpStack?
- The source code for ChirpStack is hosted at github.com/oliveres/chirpstack-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.