Netbox MCP Server
A powerful integration server that combines Netbox’s network infrastructure management capabilities with MCP (Multi-Cloud Platform) functionality.
Prerequisites
Ensure you have the following installed on your system:
- Docker: Install Docker
- Docker Compose: Install Docker Compose
Installation
Option 1: Local Installation
- Clone the repository:
apt install python3.10-venv
git clone https://github.com/duckmak14/netbox-mcp.git
cd netbox-mcp
- Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venvScriptsactivate
- Install dependencies:
pip install -r requirements.txt
- Configure environment variables:
Create a
.envfile in the project root with the following variables:
NETBOX_URL=your_netbox_url
NETBOX_TOKEN=your_api_token
- Start the server:
python server.py
- Access the application at
http://localhost:8000
Option 2: Docker Installation
- Clone the repository:
git clone https://github.com/duckmak14/netbox-mcp.git
cd netbox-mcp
- Configure environment variables:
Create a
.envfile in the project root with the following variables:
NETBOX_URL=your_netbox_url
NETBOX_TOKEN=your_api_token
- Build and run with 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 down
- Access the application at
http://localhost:8000
Netbox Integration Server
Project Details
- duckmak14/netbox-mcp
- Last Updated: 6/11/2025
Recomended MCP Servers
The gateway for GenAI systems to interact with multiple Kubernetes clusters through the MCP
The Quickchat AI MCP server
Playwright MCP server
mcp server for openweather free api
A comprehensive stdio MCP server for DataForSEO API
Google Chat MCP server that lets AI assistants like Claude and Cursor participate directly in team conversations -...
Open source software that helps you create and deploy high-frequency crypto trading bots
A simple yet powerful MCP server for Trello.
This read-only MCP Server allows you to connect to SingleStore data from Claude Desktop through CData JDBC Drivers....
一个基于 Node.js 和 TypeScript 的 MCP 服务,用于读写图片元数据





