ChirpStack for Cline
io.github.oliveres/chirpstack-mcp-server
Manage and live-debug LoRaWAN devices on a ChirpStack v4 network server over its gRPC API
client:Cline
transport:stdio
runtime:pypi
Install ChirpStack in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs