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)
{
"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