netbox-mcp-server

netboxlabs/netbox-mcp-server
★ 127 stars Python 🤖 AI/LLM Updated 1mo ago
Model Context Protocol (MCP) server for read-only interaction with NetBox data in LLMs
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "netbox-mcp-server": {
      "command": "uvx",
      "args": [
        "netbox-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install netbox-mcp-server

Topics

mcpmcp-servernetbox