★ 0 stars
Python
💬 Communication
Updated today
Lightweight multi-account IMAP/SMTP email MCP server — pure Python, zero compilation. 13 tools for reading, sending, replying, forwarding, and managing emails.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-email-server": {
"command": "uvx",
"args": [
"mcp-email-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-email-server uvx mcp-email-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-email-server": {
"command": "uvx",
"args": [
"mcp-email-server"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-email-server