PluginBench
MCP Server

Aruba Email & Calendar MCP Server

io.github.jackfioru92/aruba-email

What is the Aruba Email & Calendar MCP server?

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

How to install Aruba Email & Calendar

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • EMAIL_USER
    required

    Your Aruba email address

  • EMAIL_PASSWORD
    required
    secret

    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)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aruba-email": {
      "command": "uvx",
      "args": [
        "mcp-aruba"
      ],
      "env": {
        "EMAIL_USER": "<YOUR_EMAIL_USER>",
        "EMAIL_PASSWORD": "<YOUR_EMAIL_PASSWORD>",
        "IMAP_HOST": "<YOUR_IMAP_HOST>",
        "SMTP_HOST": "<YOUR_SMTP_HOST>",
        "CALDAV_URL": "<YOUR_CALDAV_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "aruba-email": {
      "command": "uvx",
      "args": [
        "mcp-aruba"
      ],
      "env": {
        "EMAIL_USER": "<YOUR_EMAIL_USER>",
        "EMAIL_PASSWORD": "<YOUR_EMAIL_PASSWORD>",
        "IMAP_HOST": "<YOUR_IMAP_HOST>",
        "SMTP_HOST": "<YOUR_SMTP_HOST>",
        "CALDAV_URL": "<YOUR_CALDAV_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aruba-email": {
      "command": "uvx",
      "args": [
        "mcp-aruba"
      ],
      "env": {
        "EMAIL_USER": "<YOUR_EMAIL_USER>",
        "EMAIL_PASSWORD": "<YOUR_EMAIL_PASSWORD>",
        "IMAP_HOST": "<YOUR_IMAP_HOST>",
        "SMTP_HOST": "<YOUR_SMTP_HOST>",
        "CALDAV_URL": "<YOUR_CALDAV_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "aruba-email": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-aruba"
      ],
      "env": {
        "EMAIL_USER": "<YOUR_EMAIL_USER>",
        "EMAIL_PASSWORD": "<YOUR_EMAIL_PASSWORD>",
        "IMAP_HOST": "<YOUR_IMAP_HOST>",
        "SMTP_HOST": "<YOUR_SMTP_HOST>",
        "CALDAV_URL": "<YOUR_CALDAV_URL>"
      }
    }
  }
}
Claude Code
claude mcp add aruba-email --env EMAIL_USER=<YOUR_EMAIL_USER> --env EMAIL_PASSWORD=<YOUR_EMAIL_PASSWORD> --env IMAP_HOST=<YOUR_IMAP_HOST> --env SMTP_HOST=<YOUR_SMTP_HOST> --env CALDAV_URL=<YOUR_CALDAV_URL> -- uvx mcp-aruba

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →