mcpbeat Sign in

Aruba Email & Calendar MCP Server

by jackfioru92 Your server? Claim it
local only

Aruba Email & Calendar runs on your own machine — the client starts it, so there is no endpoint to ping. 75 installs a week from pypi. Last commit 24 Feb 2026.

MCP server for Aruba email and calendar via IMAP/SMTP/CalDAV

Installs per day peak 27 · avg 12 · -23% w/w
a month agotoday
75
Installs / week
pypi · mcp-aruba
2
Stars
0 open issues
24 Feb 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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-email -- uvx mcp-aruba
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aruba-email": {
      "args": [
        "mcp-aruba"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aruba-email]
command = "uvx"
args = ["mcp-aruba"]
.cursor/mcp.json
{
  "mcpServers": {
    "aruba-email": {
      "args": [
        "mcp-aruba"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aruba-email": {
      "args": [
        "mcp-aruba"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: EMAIL_USER (Your Aruba email address), EMAIL_PASSWORD (Your Aruba email password), IMAP_HOST (IMAP server hostname (default: imaps.aruba.it)), SMTP_HOST (SMTP server hostname (default: smtps.aruba.it)), CALDAV_URL (CalDAV server URL (default: https://calendar.aruba.it/dav.php)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Aruba Email & Calendar

same job, measured the same way
MCP Ecc
by karljsamuel

Unified MCP server for Email, Calendar & Contacts (Google, M365, Zoho, IMAP/SMTP, DAV).

282 installs/wk local only
ox-mcp
by rheopyrin

MCP server for Open-Xchange: email (IMAP/SMTP), Sieve filters, CalDAV calendar, CardDAV contacts

43 installs/wk local only
Mailbox
by psyb0t

Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email.

local only
Nylas
by usefulapi

MCP server for Nylas — read email, calendars, events and contacts, and send email or create events.

15 tools answering
Outlook MCP
by littlebearapps

Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.

local only
Local MCP
by lanchuske

Native macOS MCP server — 82 tools for Mail, Calendar, Teams, OneDrive and more.

3 245 installs/wk local only
Imap MCP Server
by nikolausm

IMAP/SMTP MCP server to search, read, organize, send, reply & forward email for AI assistants

501 installs/wk local only
Mailbox MCP
by jgalea

Multi-account email MCP server for Gmail, IMAP, and JMAP: search, send, drafts, labels.

84 installs/wk local only

Aruba Email & Calendar — questions

Answers built from our own checks of this server.

Why is there no uptime for Aruba Email & Calendar?
Aruba Email & Calendar 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 mcp-aruba was installed 75 times last week.
How do I connect Aruba Email & Calendar?
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 mcp-aruba straight from pypi; nothing to host, nothing to sign up for.
How many people use Aruba Email & Calendar?
The pypi package mcp-aruba was installed 75 times in the last week. Week over week that is -23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Aruba Email & Calendar open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.