Mail Server
Freeby MCP Community
MCP server for IMAP/SMTP email access with environment-based configuration
v1.2.1Added Apr 12, 2026
mcpimapsmtpemailmail
Mail Server MCP Server
MCP server for IMAP/SMTP email access with environment-based configuration
Installation
Reviews
Installation
Quick install
npx -y mcp-mail-server
Add to claude_desktop_config.json
{
"mcpServers": {
"mail-server": {
"command": "npx",
"args": ["-y", "mcp-mail-server"]
}
}
}