Netbox MCP Server
Netbox MCP Server
Ein leistungsstarker Integrationsserver, der die Netzwerkinfrastrukturverwaltungsfunktionen von Netbox mit der MCP-Funktionalität (Multi-Cloud Platform) kombiniert.
Voraussetzungen
Stellen Sie sicher, dass Folgendes auf Ihrem System installiert ist:
Docker : Docker installieren
Docker Compose : Docker Compose installieren
Related MCP server: Itential MCP Server
Installation
Option 1: Lokale Installation
Klonen Sie das Repository:
apt install python3.10-venv
git clone https://github.com/duckmak14/netbox-mcp.git
cd netbox-mcpErstellen und aktivieren Sie eine virtuelle Umgebung:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activateInstallieren Sie Abhängigkeiten:
pip install -r requirements.txtUmgebungsvariablen konfigurieren: Erstellen Sie im Projektstamm eine
.envDatei mit den folgenden Variablen:
NETBOX_URL=your_netbox_url
NETBOX_TOKEN=your_api_tokenStarten Sie den Server:
python server.pyGreifen Sie auf die Anwendung unter
http://localhost:8000zu
Option 2: Docker-Installation
Klonen Sie das Repository:
git clone https://github.com/duckmak14/netbox-mcp.git
cd netbox-mcpUmgebungsvariablen konfigurieren: Erstellen Sie im Projektstamm eine
.envDatei mit den folgenden Variablen:
NETBOX_URL=your_netbox_url
NETBOX_TOKEN=your_api_tokenErstellen und Ausführen mit Docker Compose:
**Note:** Starting from Docker Compose version 2.0, use the `docker compose` command. For older versions, use `docker-compose`.# Build and start the container in detached mode
docker compose up -d
# View logs
docker compose logs -f
# Stop the container
docker compose down**Note:** For older versions, use `docker-compose`.# Build and start the container in detached mode
docker-compose up -d
# View logs
docker-compose logs -f
# Stop the container
docker-compose downGreifen Sie auf die Anwendung unter
http://localhost:8000zu
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Unified MCP server for 70+ eCommerce platforms: products, orders, customers, and more.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceThis repository implements an MCP (Model Connector Plugin) server for NetBox with full CRUD capabilities, search, and changelog retrieval.Apache 2.0

Itential MCP Serverofficial
AlicenseBqualityAmaintenanceMCP server for connecting LLMs to Itential Platform, enabling network automation, workflow orchestration, and platform monitoring.7635GPL 3.0- FlicenseAqualityFmaintenanceAn MCP server that integrates Nornir with NAPALM and Netmiko, enabling LLMs to orchestrate multi-vendor network infrastructure through natural language.52-
- FlicenseBqualityDmaintenanceAsynchronous MCP server for unified multi-platform network infrastructure management, providing 97 tools across 10 connectors including SSH, MikroTik, Palo Alto, Aruba, Graylog, LibreNMS, Cisco APIC/NDFC, and Panorama.9722-