Skip to content
Cursor

Aruba Email & Calendar for Cursor

io.github.jackfioru92/aruba-email

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

client:Cursor transport:stdio runtime:pypi

Install Aruba Email & Calendar in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "aruba-email": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-aruba"
      ],
      "env": {
        "EMAIL_USER": "<EMAIL_USER>",
        "EMAIL_PASSWORD": "<EMAIL_PASSWORD>",
        "IMAP_HOST": "<IMAP_HOST>",
        "SMTP_HOST": "<SMTP_HOST>",
        "CALDAV_URL": "<CALDAV_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Aruba Email & Calendar in other clients