Loading MCP server directory, please wait...
Manage and live-debug LoRaWAN devices on a ChirpStack v4 network server over its gRPC API
npx @getmcp/cli add io.github.oliveres/chirpstack-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
CHIRPSTACK_SERVERhost:port of the ChirpStack API (the web-UI port, usually 8080)
CHIRPSTACK_API_KEYChirpStack API key (tenant or global admin)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.oliveres/chirpstack-mcp-server": {
"command": "uvx",
"args": [
"chirpstack-mcp-server"
],
"env": {
"CHIRPSTACK_SERVER": "",
"CHIRPSTACK_API_KEY": "",
"CHIRPSTACK_TOOLSETS": "",
"CHIRPSTACK_TLS": ""
}
}
}
}