by MCP Community
Email MCP server with IMAP + SMTP support
v0.2.1Added Apr 12, 2026
emailmcpimapsmtpmodel-context-protocol
Email MCP Server
Email MCP server with IMAP + SMTP support
Installation
Reviews
Installation
Quick install
npx -y @codefuturist/email-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"email": {
"command": "npx",
"args": ["-y", "@codefuturist/email-mcp"]
}
}
}