MCP server for ChirpStack v4 — lets AI agents manage LoRaWAN devices and debug them live over the native gRPC API
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"chirpstack-mcp-serve": {
"command": "npx",
"args": [
"-y",
"oliveres/chirpstack-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add chirpstack-mcp-serve npx -y oliveres/chirpstack-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"chirpstack-mcp-serve": {
"command": "npx",
"args": [
"-y",
"oliveres/chirpstack-mcp-server"
]
}
}
}