Aruba Email & Calendar
About
MCP server for Aruba email and calendar via IMAP/SMTP/CalDAV
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
EMAIL_USER EMAIL_PASSWORD IMAP_HOST SMTP_HOST CALDAV_URLClaude Code
claude mcp add --env EMAIL_USER= --env EMAIL_PASSWORD= --env IMAP_HOST= --env SMTP_HOST= --env CALDAV_URL= aruba-email -- uvx mcp-aruba
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"aruba-email","command":"uvx","args":["mcp-aruba"],"env":{"EMAIL_USER":"","EMAIL_PASSWORD":"","IMAP_HOST":"","SMTP_HOST":"","CALDAV_URL":""}}'
JSON
{
"mcpServers": {
"aruba-email": {
"command": "uvx",
"args": [
"mcp-aruba"
],
"env": {
"EMAIL_USER": "",
"EMAIL_PASSWORD": "",
"IMAP_HOST": "",
"SMTP_HOST": "",
"CALDAV_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.