← Back to Plugins
MCP Server MCP

Aruba Email & Calendar

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mcp-aruba

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-aruba",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Aruba email address",
          "isRequired": true,
          "format": "string",
          "name": "EMAIL_USER"
        },
        {
          "description": "Your Aruba email password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "EMAIL_PASSWORD"
        },
        {
          "description": "IMAP server hostname (default: imaps.aruba.it)",
          "format": "string",
          "name": "IMAP_HOST"
        },
        {
          "description": "SMTP server hostname (default: smtps.aruba.it)",
          "format": "string",
          "name": "SMTP_HOST"
        },
        {
          "description": "CalDAV server URL (default: https://calendar.aruba.it/dav.php)",
          "format": "string",
          "name": "CALDAV_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...