This MCP server provides access to Aruba email and calendar services via IMAP, SMTP, and CalDAV, allowing integration with AI assistants like Claude.
From the registry: MCP server for Aruba email and calendar via IMAP/SMTP/CalDAV
$ pip install mcp-arubaPlease install the `aruba-email` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install mcp-aruba** — Install from PyPI Run: `pip install mcp-aruba`
- **Aruba email credentials** — Aruba email account credentials and CalDAV sync enabled (https://webmail.aruba.it -> Calendar -> Sync)
Canonical MCP server config (stdio transport):
- command: `python`
- args: ["-m","mcp_aruba.server"]
- required environment variables:
- `IMAP_HOST`: IMAP host (example: `imaps.aruba.it`)
- `IMAP_PORT`: IMAP port (example: `993`)
- `IMAP_USERNAME`: IMAP username (email address) (example: `<you>@aruba.it`)
- `IMAP_PASSWORD`: IMAP password (example: `<your_password>`)
- `SMTP_HOST`: SMTP host (example: `smtps.aruba.it`)
- `SMTP_PORT`: SMTP port (example: `465`)
- optional environment variables:
- `CALDAV_URL`: CalDAV collection URL (example: `https://syncdav.aruba.it/calendars/<you>@aruba.it/`)
- `CALDAV_USERNAME`: CalDAV username (example: `<you>@aruba.it`)
- `CALDAV_PASSWORD`: CalDAV password (example: `<your_password>`)
Note: IMAP/SMTP/CalDAV over SSL/TLS. Runs locally; credentials never leave the machine.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.IMAP_HOSTrequiredIMAP server host for email access.IMAP_PORTrequiredIMAP server port for email access.IMAP_USERNAMErequiredUsername for IMAP authentication.IMAP_PASSWORDrequiredPassword for IMAP authentication.SMTP_HOSTrequiredSMTP server host for sending emails.SMTP_PORTrequiredSMTP server port for sending emails.CALDAV_URLrequiredURL for accessing the CalDAV calendar.CALDAV_USERNAMErequiredUsername for CalDAV authentication.Reddit browser for AI assistants. Browse posts, search content, analyze users. No API keys needed.
Twitter X automation MCP - post schedule analytics engagement social media
MCP server for WhatsApp Cloud API (Meta) — messages, media, and templates via Graph API
CALDAV_PASSWORD