Skip to content
Cursor

ChirpStack for Cursor

io.github.oliveres/chirpstack-mcp-server

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

client:Cursor transport:stdio runtime:pypi

Install ChirpStack in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ChirpStack in other clients