LibreNMS MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 837 installs a week from pypi. Last commit 2 Sep 2026.
MCP server for LibreNMS network monitoring - query devices, ports, alerts, and manage infrastructure
Today is the operative word: we check LibreNMS MCP 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 librenms-mcp -- uvx librenms-mcp
{
"mcpServers": {
"librenms-mcp": {
"args": [
"librenms-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.librenms-mcp]
command = "uvx"
args = ["librenms-mcp"]
{
"mcpServers": {
"librenms-mcp": {
"args": [
"librenms-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"librenms-mcp": {
"args": [
"librenms-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
LIBRENMS_URL (LibreNMS instance URL (e.g., https://librenms.example.com)), LIBRENMS_TOKEN (LibreNMS API token with appropriate permissions), LIBRENMS_VERIFY_SSL (Verify TLS certificates for LibreNMS requests (true/false)), LIBRENMS_TIMEOUT (HTTP timeout for LibreNMS API requests in seconds), READ_ONLY_MODE (Enable read-only mode to block write operations), DISABLED_TAGS (Comma-separated tool tags to disable (e.g., alerts,bills)), LOG_LEVEL (Logging level (DEBUG, INFO, WARNING, ERROR)), RATE_LIMIT_ENABLED (Enable per-client rate limiting (true/false)), RATE_LIMIT_MAX_REQUESTS (Maximum requests allowed per rate-limit window), RATE_LIMIT_WINDOW_MINUTES (Rate-limit window duration in minutes), TOOL_SEARCH_ENABLED (Enable FastMCP tool search transform), TOOL_SEARCH_STRATEGY (Tool search strategy: 'bm25' (natural language) or 'regex' (pattern match)), TOOL_SEARCH_MAX_RESULTS (Maximum number of tools returned by search_tools), MCP_HTTP_PORT (Port for HTTP server (default: 8000)), MCP_HTTP_BEARER_TOKEN (Optional bearer token for HTTP transport authentication), MCP_TRANSPORT (MCP transport type (http for HTTP, stdio for stdio)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.
MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.
MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
Monitor uptime, manage incidents, configure alerting, and query dependency status via DevHelm
An MCP server that provides tools for managing and monitoring your Fleet Device Management instance.
MCP server for NinjaONE RMM with device management, monitoring, and automation
MCP for ROS 2 monitoring, debugging, and managing nodes, topics, services, and TF2 frames.
Answers built from our own checks of this server.