netbox-mcp

3kirt/netbox-mcp
★ 0 stars Rust 🤖 AI/LLM Updated 4d ago
Netbox MCP server
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": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "netbox-mcp"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server that connects Claude and other MCP-compatible AI clients to a live [NetBox](https://netbox.dev) instance. Ask questions like *"Which devices in the NYC site are currently in maintenance?"* or *"Show me all IPs assigned to web01 and their VRFs"* — the server translates them into real-time NetBox API queries and returns structured results.

Tools (3)

NETBOX_TOKENNETBOX_URLmake