Skip to content

ChirpStack for Grok

io.github.oliveres/chirpstack-mcp-server

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

client:Grok transport:stdio runtime:pypi

Install ChirpStack in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "chirpstack-mcp-server": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ChirpStack in other clients