netbox-mcp

gutierrezx7/netbox-mcp
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
NetBox MCP Server - Full CRUD
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": "uvx",
      "args": [
        "netbox-mcp"
      ]
    }
  }
}

Or install with pip: pip install netbox-mcp

README Excerpt

This repository implements an MCP (Model Connector Plugin) server for NetBox with full CRUD capabilities, search, and changelog retrieval. It provides a small set of tools intended for automation, DevOps, and LLM-based integrations. Quickstart --------- 1. Install dependencies (Python 3.11+ recommended):