Aruba Central MCP for Cursor
io.github.shigechika/aruba-central-mcp
MCP server for Aruba Central: expose AP, switch, and client status to AI assistants
client:Cursor
transport:stdio
runtime:pypi
Install Aruba Central MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aruba-central-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"aruba-central-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs