Netbox Integration Server – README | MCP Marketplace

✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

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

  1. Clone the repository:
apt install python3.10-venv
git clone https://github.com/duckmak14/netbox-mcp.git
cd netbox-mcp
  1. Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venvScriptsactivate
  1. Install dependencies:
pip install -r requirements.txt
  1. Configure environment variables: Create a .env file in the project root with the following variables:
NETBOX_URL=your_netbox_url
NETBOX_TOKEN=your_api_token
  1. Start the server:
python server.py
  1. Access the application at http://localhost:8000

Option 2: Docker Installation

  1. Clone the repository:
git clone https://github.com/duckmak14/netbox-mcp.git
cd netbox-mcp
  1. Configure environment variables: Create a .env file in the project root with the following variables:
NETBOX_URL=your_netbox_url
NETBOX_TOKEN=your_api_token
  1. 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
  1. Access the application at http://localhost:8000

Featured Templates

View More
Verified Icon
AI Agents
AI Chatbot Starter Kit
1308 6081 5.0
Customer service
AI-Powered Product List Manager
147 624
AI Agents
AI Video Generator
249 1347 5.0
AI Assistants
AI Chatbot Starter Kit v0.1
130 667

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.