Skip to content
VS Code

Aruba Central MCP for VS Code

io.github.shigechika/aruba-central-mcp

MCP server for Aruba Central: expose AP, switch, and client status to AI assistants

client:VS Code transport:stdio runtime:pypi

Install Aruba Central MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "aruba-central-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "aruba-central-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Aruba Central MCP in other clients