★ 1 stars
Python
🔌 API Integration
Updated today
MCP server for managing Aruba CX switches — interfaces, VLANs, optics/DOM diagnostics, LLDP, firmware, ISSU, and more via the AOS-CX REST API
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aruba-cx-mcp-server": {
"command": "uvx",
"args": [
"aruba-cx-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add aruba-cx-mcp-server uvx aruba-cx-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"aruba-cx-mcp-server": {
"command": "uvx",
"args": [
"aruba-cx-mcp-server"
]
}
}
}
Or install with pip: pip install aruba-cx-mcp-server