
NetBox MCP Server
by netboxlabs
Read-only Model Context Protocol server for interacting with NetBox infrastructure data via LLMs.
What it does
The NetBox MCP Server provides a secure, read-only bridge between LLMs and NetBox, the leading open-source IP address management (IPAM) and DCIM tool. It allows AI agents to query infrastructure objects, check IP utilization, and audit change logs without needing direct API integration code.
Tools
- get_objects: Retrieves NetBox core objects (devices, sites, IP addresses) based on type and filters.
- get_object_by_id: Fetches detailed attributes for a specific NetBox object.
- get_changelogs: Accesses the audit trail to see who changed what and when.
Installation
{
"mcpServers": {
"netbox": {
"command": "uv",
"args": ["--directory", "/path/to/netbox-mcp-server", "run", "netbox-mcp-server"],
"env": {
"NETBOX_URL": "https://netbox.example.com/",
"NETBOX_TOKEN": "your-api-token"
}
}
}
}
Supported hosts
Claude
Quick install
uv run netbox-mcp-serverInformation
- Pricing
- free
- Published
- 4/29/2026
- stars







