The netbox MCP server provides read-only access to NetBox data for AI agents. It exposes NetBox's REST API, allowing agents to query and retrieve information about devices, IP addresses, and other network infrastructure. Developers use it to integrate NetBox data into AI applications for network automation, inventory management, and IP address tracking.
The netbox MCP server provides read-only access to NetBox data for AI agents. It exposes NetBox's REST API, allowing agents to query and retrieve information about devices, IP addresses, and other network infrastructure. Developers use it to integrate NetBox data into AI applications for network automation, inventory management, and IP address tracking.
pip install netbox-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"netboxlabs-netbox-mcp-server-github": {
"command": "uvx",
"args": [
"pip install netbox-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from netbox?"
API Key Required
This server requires an API key from netbox. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| NETBOX_API_KEY | Yes | Your netbox API key |
"What resources are available in netbox?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in netbox"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in netbox with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.