Back to MCP Servers
Pox
MCP server for the POX SDN controller to provides network control and management capabilities.
developer-tools
By davidlin2k
Installation
npx -y pox-mcp-serverConfiguration
{
"mcpServers": {
"pox-mcp-server": {
"command": "npx",
"args": ["-y", "pox-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes