ChirpStack runs on your own machine — the client starts it, so there is no endpoint to ping. 232 installs a week from pypi. Last commit 30 Aug 2026.
Manage and live-debug LoRaWAN devices on a ChirpStack v4 network server over its gRPC API
Today is the operative word: we check ChirpStack every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add chirpstack-mcp-server -- uvx chirpstack-mcp-server
{
"mcpServers": {
"chirpstack-mcp-server": {
"args": [
"chirpstack-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.chirpstack-mcp-server]
command = "uvx"
args = ["chirpstack-mcp-server"]
{
"mcpServers": {
"chirpstack-mcp-server": {
"args": [
"chirpstack-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"chirpstack-mcp-server": {
"args": [
"chirpstack-mcp-server"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
CHIRPSTACK_SERVER (host:port of the ChirpStack API (the web-UI port, usually 8080)), CHIRPSTACK_API_KEY (ChirpStack API key (tenant or global admin)), CHIRPSTACK_TOOLSETS (Comma-separated toolsets to enable, or 'all' (default: devices,debug,applications,profiles,gateways)), CHIRPSTACK_TLS (Use TLS instead of plain h2c (default: false)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for LibreNMS network monitoring - query devices, ports, alerts, and manage infrastructure
MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.
MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.
Send SMS & WhatsApp, verify OTPs, manage contacts, and control Android devices via AndroidAPI.net.
Manage UniFi Network devices, clients, firewall, VLANs, VPNs, and more via MCP.
Manage CloudPepper servers, Odoo instances, backups, and deployments over MCP.
Deploy and manage your apps on Qovery
LAN-first, cloud-fallback MCP server for Govee smart lights and devices.
Answers built from our own checks of this server.