Aruba Central MCP
Rank #6,178io.github.shigechika/aruba-central-mcp
MCP server for Aruba Central: expose AP, switch, and client status to AI assistants
Aruba Central MCP is a Model Context Protocol (MCP) server published by shigechika. It ranks #6,178 of 115,460 servers tracked on MCP Toplist. Aruba Central MCP is listed across 2 registries — Official MCP and Glama, with 12 tracked versions. It was first listed on Apr 4, 2026 and most recently updated on Aug 15, 2026.
Ranks ahead of 109,282 of 115,460 servers on MCP Toplist.
Use Aruba Central MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add aruba-central-mcp -- uvx aruba-central-mcp[mcp_servers.aruba-central-mcp]
command = "uvx"
args = ["aruba-central-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"aruba-central-mcp": {
"command": "uvx",
"args": [
"aruba-central-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"aruba-central-mcp": {
"command": "uvx",
"args": [
"aruba-central-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"aruba-central-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"aruba-central-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"aruba-central-mcp": {
"command": "uvx",
"args": [
"aruba-central-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aruba-central-mcp": {
"command": "uvx",
"args": [
"aruba-central-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.shigechika%2Faruba-central-mcp)<a href="https://mcptoplist.com/server/io.github.shigechika%2Faruba-central-mcp"><img src="https://mcptoplist.com/badge/io.github.shigechika%2Faruba-central-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
shigechika
Other servers by shigechika
- MCP Stdio#1,060 · 48 vers
- J-Quants MCP#1,978 · 58 vers
- KeyCloak MCP#4,838 · 16 vers
- Junos MCP#4,880 · 19 vers
- Google Workspace Admin Security-Audit MCP#5,540 · 14 vers
- Zabbix API MCP#6,316 · 9 vers
- Box Admin Analytics MCP#6,362 · 11 vers
- EOS MCP#6,507 · 9 vers
- Cloud Armor WAF Patrol MCP#9,825 · 4 vers
- MCP fork of Google Workspace CLI#10,645 · 3 vers
- netdiag MCP#14,456 · 2 vers
- entraadm MCP#27,912 · 1 ver
Available versions (12)
| Version | Published |
|---|---|
| 0.8.0 | Aug 15, 2026 |
| 0.7.1 | Aug 11, 2026 |
| 0.7.0 | Aug 8, 2026 |
| 0.6.4 | Aug 6, 2026 |
| 0.6.3 | Jul 31, 2026 |
| 0.6.2 | Jul 27, 2026 |
| 0.6.0 | Jul 26, 2026 |
| 0.5.0 | Jun 29, 2026 |
| 0.3.0 | Apr 13, 2026 |
| 0.2.0 | Apr 12, 2026 |
| 0.1.2 | Apr 10, 2026 |
| 0.1.1 | Apr 4, 2026 |
Frequently asked questions
- Who maintains Aruba Central MCP?
- Aruba Central MCP is maintained by shigechika, which publishes 13 MCP servers (206 total versions) tracked on MCP Toplist.
- Is Aruba Central MCP listed on the Official MCP Registry?
- Yes — Aruba Central MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Aruba Central MCP have?
- MCP Toplist tracks 12 versions of Aruba Central MCP, most recently published on Aug 15, 2026.
- Where can I find the source code for Aruba Central MCP?
- The source code for Aruba Central MCP is hosted at github.com/shigechika/aruba-central-mcp.