Loading MCP server directory, please wait...
MCP server for LenelS2 S2 NetBox access control via the NBAPI. Read-only by default.
npx @getmcp/cli add io.github.J-MaFf/s2-netbox-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
NETBOX_BASE_URLBase URL of the S2 NetBox controller's web interface, e.g. https://netbox.example.internal (no trailing slash or path)
NETBOX_USERNAMENBAPI session-login username
NETBOX_PASSWORDNBAPI session-login password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.J-MaFf/s2-netbox-mcp": {
"command": "npx",
"args": [
"-y",
"s2-netbox-mcp"
],
"env": {
"NETBOX_BASE_URL": "",
"NETBOX_USERNAME": "",
"NETBOX_PASSWORD": "",
"NETBOX_ENABLE_WRITES": "",
"NETBOX_ENABLE_DESTRUCTIVE": ""
}
}
}
}