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