MCP.so
Sign In

NetBox MCP Server

@netboxlabs

About NetBox MCP Server

Model Context Protocol (MCP) server for read-only interaction with NetBox data in LLMs

Basic information

Category

Other

License

Apache-2.0

Runtime

python

Transports

stdio

Publisher

netboxlabs

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "netbox-mcp-server": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

Tools

3

Retrieves NetBox core objects based on their type and filters

Gets detailed information about a specific NetBox object by its ID

Retrieves change history records (audit trail) based on filters

Overview

What is NetBox MCP Server?

A read-only Model Context Protocol server that connects LLMs to NetBox data, enabling natural language queries of network inventory, IPAM, change logs, and more via MCP-compatible clients.

How to use NetBox MCP Server?

Create a read-only NetBox API token, install dependencies (uv sync or `pip install -e

Comments

More Other MCP servers