MCP Server
MCP
Aruba Email & Calendar
MCP server for Aruba email and calendar via IMAP/SMTP/CalDAV
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
By
Comments
Sign in to leave a comment