Vendor-neutral MCP server wrapping SNMP polling for read-only monitoring of any SNMP-speaking device.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"snmp-mcp": {
"command": "npx",
"args": [
"-y",
"acato/snmp-mcp"
]
}
}
}
Run in terminal:
claude mcp add snmp-mcp npx -y acato/snmp-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"snmp-mcp": {
"command": "npx",
"args": [
"-y",
"acato/snmp-mcp"
]
}
}
}