Back to Apps

Email MCP
by codefuturist
Comprehensive IMAP and SMTP email client for AI, featuring multi-account support and AI triage.
0 stars
Works in:VS Code CopilotCursorWindsurfzed
Exposes:ToolsResourcesPrompts
What it does
Email MCP transforms any AI assistant into a full-featured email client. It provides complete lifecycle management for emails—reading, searching, composing, and scheduling—across multiple providers including Gmail, Outlook, and ProtonMail.
Tools
list_emails: Paginated listing of emails with advanced filters.get_email: Fetch full email content including attachments.send_email: Compose and send new emails via SMTP.reply_email: Send threaded replies with proper references.schedule_email: Queue emails for future delivery.search_emails: Keyword search across subject, sender, and body.extract_calendar: Parse ICS events from email bodies.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"email": {
"command": "npx",
"args": ["-y", "@codefuturist/email-mcp", "stdio"]
}
}
}
Supported hosts
Claude Desktop, VS Code Copilot, Cursor, Windsurf, Zed, Mistral Vibe.
Quick install
npx @codefuturist/email-mcp setupInformation
- Pricing
- free
- Published
- 6/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
Add to ~/.config/zed/settings.json: {"context_servers": {"email": {"command": {"path": "npx", "args": ["-y", "@codefuturist/email-mcp", "stdio"]}}}}Cursor
Add to ~/.cursor/mcp.json: {"mcpServers": {"email": {"command": "npx", "args": ["-y", "@codefuturist/email-mcp", "stdio"]}}}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json: {"mcpServers": {"email": {"command": "npx", "args": ["-y", "@codefuturist/email-mcp", "stdio"]}}}Claude Desktop
{"mcpServers": {"email": {"command": "npx", "args": ["-y", "@codefuturist/email-mcp", "stdio"]}}}VS Code Copilot
Add to .vscode/mcp.json: {"servers": {"email": {"type": "stdio", "command": "npx", "args": ["-y", "@codefuturist/email-mcp", "stdio"]}}}





