loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mail-cal-drive-mcp

SKILL.md

rumbitopi/mail-cal-drive-mcp

Install

$ npx loaditout add rumbitopi/mail-cal-drive-mcp

About

mail-cal-drive-mcp

[](LICENSE) [](https://nodejs.org) [](https://docs.docker.com/compose/) [](https://modelcontextprotocol.io)

A self-hosted Model Context Protocol (MCP) server for multi-account email, calendar, and cloud storage. Connect Microsoft 365, Google Workspace, and IMAP accounts to any MCP client — Claude Desktop, Claude Code, VS Code, Cursor, and more.

Runs locally in Docker with Postgres. Credentials encrypted at rest. Survives reboots without re-authorization.

| Provider | Email | Calendar | Drive | |----------|-------|----------|-------| | Microsoft 365 | ✅ | ✅ | ✅ OneDrive | | Google Workspace | ✅ | ✅ | ✅ Google Drive | | IMAP | ✅ | ❌ | ❌ |

Prerequisites
  • Docker and Docker Compose
  • Node.js 20+ (for local development only)
Quick Start
# 1. Clone
git clone https://github.com/rumbitopi/mail-cal-drive-mcp.git
cd mail-cal-drive-mcp

# 2. Configure
cp .env.example .env

# 3. Generate keys (run 3 times — one for each)
node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"
# Paste into .env as POSTGRES_PASSWORD, CREDENTIAL_ENCRYPTION_KEY, and API_KEY
# Update DATABASE_URL to use the same POSTGRES_PASSWORD

# 4. Start (server runs with zero providers — configure them later)
docker compose up --build -d

# 5. Verify health
curl http://localhost:3100/health

# 6. Verify MCP
curl -X POST http://localhost:3100/mcp \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"

Tags

calendardriveemailgoogle-workspacemcpmcp-servermicrosoft-365model-context-protocol

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated20 days ago
Security: AHas SKILL.mdREADME

Safety

Risk Levellow
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/1/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/rumbitopi/mail-cal-drive-mcp)](https://loaditout.ai/skills/rumbitopi/mail-cal-drive-mcp)