Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.
Overview
MCP Emails
Managed email for AI agents. MCP Emails connects your email accounts (Gmail, iCloud, Fastmail, and any IMAP/SMTP inbox) to Claude, Cursor, ChatGPT, or any MCP-compatible client. Agents can read, search, organize, draft, send, reply, forward, schedule, manage folders, search contacts, and set signatures across multiple inboxes.
Highlights
- Works with any inbox: Gmail, iCloud, Fastmail, generic IMAP/SMTP
- 10 action-based tools: read, search, organize, delete, compose, drafts, folders, scheduling, contacts, signatures
- Remote streamable-http server, OAuth 2.1 (DCR + PKCE) or API key auth
- Per-action scopes, email fetched live and never stored
- Free tier with no daily caps
Connect
json { "mcpServers": { "mcpemails": { "url": "https://mcpemails.com/api/mcp", "headers": { "Authorization": "Bearer mcpe_your_key_here" } } } }
Clients that support OAuth can point at https://mcpemails.com/api/mcp and approve the consent screen instead of using an API key.
Learn more at https://mcpemails.com
Server Config
{
"mcpServers": {
"mcpemails": {
"url": "https://mcpemails.com/api/mcp",
"headers": {
"Authorization": "Bearer mcpe_your_key_here"
}
}
}
}