netbox-mcp-server-extended

thomaschristory/netbox-mcp-server-extended
★ 0 stars Python 📦 Other Updated today
Write-enabled fork of netboxlabs/netbox-mcp-server — tracks upstream automatically
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-ex": {
      "command": "uvx",
      "args": [
        "netbox-mcp-server-extended"
      ]
    }
  }
}

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