MailMCP is the missing email connector for Claude Routines. Automate inbox summaries, auto follow-ups, weekly reports and more with any IMAP/SMTP mailbox.
Launched in April 2026 as a Research Preview, Claude Routines are autonomous tasks that run on the Anthropic cloud. They execute actions on your behalf without requiring you to be at your computer.
Run routines hourly, daily or weekly. Perfect for recurring tasks like morning inbox summaries or weekly email reports.
Trigger routines via HTTP POST from any application. Ideal for event-driven email workflows like sending notifications on signup.
React to GitHub events like new releases, pull requests or issues. Perfect for sending changelogs or deployment notifications by email.
Claude Routines ship with built-in connectors for Slack, Linear and Google Drive. But there is no native email connector. You cannot read your inbox, send an email, or manage your mailbox from a routine — unless you add one yourself.
That is where MailMCP comes in.
Claude Routines can post messages to Slack, create Linear tickets and read Google Drive files. But they cannot read a single email or send a reply. MailMCP fills this gap.
Concrete use cases you can set up today. Each one takes less than 5 minutes to configure.
Every morning at 8am, your routine reads your inbox, summarizes new emails by priority, and posts the summary to Slack. You start your day knowing exactly what needs attention.
Trigger: Schedule — daily at 8:00 AM
Action: list_emails → summarize → post to Slack
If a client has not replied in 5 days, your routine automatically sends a polite reminder. No more forgotten follow-ups. The AI adapts the tone based on the original conversation.
Trigger: Schedule — daily at 10:00 AM
Action: search_emails → check dates → send_email reminder
Every Friday at 5pm, your routine summarizes all emails received during the week and sends a structured report to your team. Categories, key takeaways, and action items included.
Trigger: Schedule — weekly, Friday 5:00 PM
Action: list_emails (7 days) → summarize → send_email to team
When a new GitHub release is published, your routine generates a changelog email and sends it to your clients. Automatic, branded, and always up to date.
Trigger: GitHub — new release event
Action: read release notes → generate email → send_email to client list
When a new user signs up, your routine sends a welcome sequence on day 1, day 3, and day 7. Each email is personalized based on the user profile. Fully automated lead nurturing.
Trigger: API — HTTP POST from your app
Action: schedule_email day 1, 3, 7 → personalized content
Every hour, your routine checks your support inbox for urgent emails. It flags them, categorizes them by topic, and sends a Slack notification for anything that needs immediate attention.
Trigger: Schedule — every hour
Action: list_emails → analyze urgency → flag_email → notify Slack
Three steps. Under 3 minutes. No code required.
Sign up on MailMCP.io in 30 seconds — just email and password. Then add your IMAP/SMTP mailbox. MailMCP auto-detects server settings for Gmail, Outlook, OVH, Infomaniak, LWS, and dozens more. Your credentials are encrypted with AES-256 and stored in the EU.
Enable MCP access on your mailbox. MailMCP generates a unique server URL and OAuth2 credentials. This URL is your personal MCP email server — it exposes all 15 tools for the connected mailbox.
Your MCP server URL:
https://mailmcp.io/mcp/abc123-def456
In your Claude Routine config, add MailMCP as an MCP connector. You can do this via Claude Code or the Anthropic dashboard. Here is an example configuration:
// Claude Routine configuration { "name": "Morning inbox summary", "trigger": { "type": "schedule", "cron": "0 8 * * *" }, "mcp_connectors": [ { "url": "https://mailmcp.io/mcp/abc123-def456", "auth": "oauth2" } ], "prompt": "Read my inbox, summarize new emails by priority, post to #daily-summary on Slack." }
Claude Routines and MailMCP each have their own limits. Here is what you need to know to plan your email automation.
A single routine execution can make multiple MCP calls. For example, a morning summary routine might call list_emails, then read_email 5 times for the most important emails, then post to Slack. That is 7 MCP calls in one routine execution. With the MailMCP Free plan (20 calls per day), you can run about 3 summary routines per day. The Pro plan removes all limits.
Free plan, no credit card, all 15 email tools. Connect any IMAP/SMTP mailbox to your Claude Routines and start automating your inbox today.
MailMCP Assistant
Powered by DeepSeek
Need a human? contact@mailmcp.io