Skip to content
Claude Desktop

ChirpStack for Claude Desktop

io.github.oliveres/chirpstack-mcp-server

Manage and live-debug LoRaWAN devices on a ChirpStack v4 network server over its gRPC API

client:Claude Desktop transport:stdio runtime:pypi

Install ChirpStack in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "chirpstack-mcp-server": {
      "command": "uvx",
      "args": [
        "chirpstack-mcp-server"
      ],
      "env": {
        "CHIRPSTACK_SERVER": "<CHIRPSTACK_SERVER>",
        "CHIRPSTACK_API_KEY": "<CHIRPSTACK_API_KEY>",
        "CHIRPSTACK_TOOLSETS": "<CHIRPSTACK_TOOLSETS>",
        "CHIRPSTACK_TLS": "<CHIRPSTACK_TLS>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

ChirpStack in other clients