simonpainter/netbox-mcp
MCP server for interacting with NetBox API.
Quick Start
Clone the repository:
git clone https://github.com/simonpainter/netbox-mcpClaude Desktop configuration example:
{
"mcpServers": {
"netbox-mcp": {
"command": "npx",
"args": [
"-y",
"simonpainter/netbox-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.