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
We read the source, 21 h ago · rules 3dff92dd89df
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.
cc = "[email protected]"
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add aruba-email -- uvx mcp-aruba
{
"mcpServers": {
"aruba-email": {
"args": [
"mcp-aruba"
],
"command": "uvx"
}
}
}
[mcp_servers.aruba-email]
command = "uvx"
args = ["mcp-aruba"]
{
"mcpServers": {
"aruba-email": {
"args": [
"mcp-aruba"
],
"command": "uvx"
}
}
}
{
"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.
Unified MCP server for Email, Calendar & Contacts (Google, M365, Zoho, IMAP/SMTP, DAV).
MCP server for Open-Xchange: email (IMAP/SMTP), Sieve filters, CalDAV calendar, CardDAV contacts
Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email.
MCP server for Nylas — read email, calendars, events and contacts, and send email or create events.
Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.
Native macOS MCP server — 82 tools for Mail, Calendar, Teams, OneDrive and more.
IMAP/SMTP MCP server to search, read, organize, send, reply & forward email for AI assistants
Multi-account email MCP server for Gmail, IMAP, and JMAP: search, send, drafts, labels.
Answers built from our own checks of this server.