mcpbeat Sign in

Aruba Central MCP Server

local only

Aruba Central MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 323 installs a week from pypi. Last commit 22 Aug 2026.

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

Installs per day peak 452 · avg 102 · -6% w/w
a month agotoday
323
Installs / week
pypi · aruba-central-mcp
0
Stars
2 open issues
22 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Aruba Central MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add aruba-central-mcp -- uvx aruba-central-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aruba-central-mcp": {
      "args": [
        "aruba-central-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aruba-central-mcp]
command = "uvx"
args = ["aruba-central-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "aruba-central-mcp": {
      "args": [
        "aruba-central-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aruba-central-mcp": {
      "args": [
        "aruba-central-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Aruba Central MCP

same job, measured the same way
Yuque MCP
by yuque

MCP server for Yuque — expose your knowledge base to AI assistants.

500 installs/wk local only
Mdma
by mobilereality

MCP server for MDMA — exposes spec, prompts, docs, and package metadata to AI assistants.

93 installs/wk local only
pond
by tenequm

Lossless archive and search for AI agent sessions across clients, exposed to agents over MCP.

local only
Resend MCP Server
by friendlygeorge

MCP server for Resend — transactional email API for AI assistants...

31 installs/wk local only
Boostu Teamleader MCP
by boostuagency

MCP server for Teamleader Focus CRM. Use Teamleader in Claude and other AI assistants.

56 installs/wk local only
Actionforge
by pritas

MCP server for ActionForge: expose your account's tools to Claude and any MCP client.

101 installs/wk local only
Zenrows MCP
by zenrows

Zenrows MCP server — Fetch, Extract, Batch, and Browser Sessions for AI coding assistants

635 installs/wk answering
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only

Aruba Central MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Aruba Central MCP?
Aruba Central MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package aruba-central-mcp was installed 323 times last week.
How do I connect Aruba Central MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls aruba-central-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Aruba Central MCP?
The pypi package aruba-central-mcp was installed 323 times in the last week. Week over week that is -6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Aruba Central MCP open source?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.