From netbox-labs
Walks the user through connecting their AI agent to NetBox via MCP, supporting both Community (open-source, read-only) and Cloud/Enterprise (read/write, branching) editions.
How this command is triggered — by the user, by Claude, or both
Slash command
/netbox-labs:setup-mcpThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Setup NetBox MCP Server Help the user connect their AI agent to NetBox via MCP (Model Context Protocol). ## Step 1: Determine Deployment Type Ask the user: - **NetBox Community** (open-source, self-hosted)? - **NetBox Cloud or Enterprise** (commercial platform)? --- ## Community Edition Use `netbox-mcp-server` — the open-source, read-only MCP server for NetBox. **Repository:** https://github.com/netboxlabs/netbox-mcp-server ### Install with Claude Code ### Install with other agents Add to your MCP configuration (e.g., `.cursor/mcp.json`, `cline_mcp_settings.json`): ### Requ...
Help the user connect their AI agent to NetBox via MCP (Model Context Protocol).
Ask the user:
Use netbox-mcp-server — the open-source, read-only MCP server for NetBox.
Repository: https://github.com/netboxlabs/netbox-mcp-server
claude mcp add netbox-mcp-server -- uvx netbox-mcp-server --url https://YOUR_NETBOX_URL --token YOUR_API_TOKEN
Add to your MCP configuration (e.g., .cursor/mcp.json, cline_mcp_settings.json):
{
"mcpServers": {
"netbox-mcp-server": {
"command": "uvx",
"args": ["netbox-mcp-server", "--url", "https://YOUR_NETBOX_URL", "--token", "YOUR_API_TOKEN"]
}
}
}
uv installednbt_-prefixed v2 token on NetBox 4.5+After adding, test with:
Use the NetBox Labs Platform MCP Server — the commercial MCP server with full CRUD access, branching support, and enterprise auth.
Status: Coming soon. Contact NetBox Labs for early access.
| Issue | Solution |
|---|---|
| Connection refused | Verify NetBox URL is reachable from your machine |
| 403 Forbidden | Check token permissions — ensure it has read access to required models |
| MCP server not found | Ensure uv is installed: pip install uv or brew install uv |
| Token format | Use nbt_ prefixed tokens on NetBox 4.5+ (Settings > API Tokens) |
npx claudepluginhub shaneholloman/netbox-skills2plugins reuse this command
First indexed Jun 9, 2026
/setup-mcpRegisters the Lanes app SSE MCP endpoint with Claude Code, verifies connectivity, and reports status.
/setup-mcpGuides interactive MCP server setup wizard: checks prerequisites like uvx, backs up configs, verifies plugin installation, configures optional API keys.
/setup-mcpWalks through configuring @3d-agent/mcp-server in Claude Desktop, Claude Code, or Cursor — detects platform, collects wallet addresses and optional API keys, then writes or displays the exact JSON snippet.