Model Context Protocol (MCP) server configuration and tool manifest for netbox-community/netbox
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"netbox": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-netbox"
]
}
}
}