Netbox MCP Server
Servidor MCP de Netbox
Un potente servidor de integración que combina las capacidades de gestión de infraestructura de red de Netbox con la funcionalidad MCP (Multi-Cloud Platform).
Prerrequisitos
Asegúrese de tener lo siguiente instalado en su sistema:
Docker : Instalar Docker
Docker Compose : Instalar Docker Compose
Related MCP server: Itential MCP Server
Instalación
Opción 1: Instalación local
Clonar el repositorio:
apt install python3.10-venv
git clone https://github.com/duckmak14/netbox-mcp.git
cd netbox-mcpCrear y activar un entorno virtual:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activateInstalar dependencias:
pip install -r requirements.txtConfigurar variables de entorno: Cree un archivo
.enven la raíz del proyecto con las siguientes variables:
NETBOX_URL=your_netbox_url
NETBOX_TOKEN=your_api_tokenIniciar el servidor:
python server.pyAcceda a la aplicación en
http://localhost:8000
Opción 2: Instalación de Docker
Clonar el repositorio:
git clone https://github.com/duckmak14/netbox-mcp.git
cd netbox-mcpConfigurar variables de entorno: Cree un archivo
.enven la raíz del proyecto con las siguientes variables:
NETBOX_URL=your_netbox_url
NETBOX_TOKEN=your_api_tokenConstruya y ejecute con 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 downAcceda a la aplicación en
http://localhost:8000
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-