Back to Apps

MCP Email Server
by wh1isper
Read, search, organize, and send emails via IMAP and SMTP through a unified MCP interface.
287 stars
Updated yesterday
Works in:claude
Exposes:Tools
What it does\nConnects your AI assistant to your email accounts using standard IMAP and SMTP protocols. It allows the AI to perform complex email management tasks, from searching through archives to drafting and sending responses, directly within the chat interface.\n\n## Tools\n- list_accounts: Lists all configured email accounts.\n- search_emails: Finds emails based on specific criteria.\n- read_email: Retrieves the full content of a specific email.\n- send_email: Sends a new email via SMTP.\n- organize_email: Moves or labels emails for better management.\n\n## Installation\nAdd this to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "mcp-email-server": {\n "command": "uvx",\n "args": ["mcp-email-server@latest", "stdio"]\n }\n }\n}\n\n\n## Supported hosts\nConfirmed support for Claude Desktop via stdio transport.
Quick install
uvx mcp-email-server@latest uiInformation
- Pricing
- free
- Published
- 7/20/2026
- Updated
- yesterday
- stars
- 287
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"mcp-email-server": {
"command": "uvx",
"args": ["mcp-email-server@latest", "stdio"]
}
}
}





