Send and read emails via SMTP/IMAP
npx -y @modelcontextprotocol/server-email-mcp-server
Paste this into your MCP client configuration (Cursor, Windsurf, etc).
Send and read emails.
{
"mcpServers": {
"email": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-email"],
"env": {
"SMTP_HOST": "smtp.gmail.com",
"SMTP_PORT": "587",
"SMTP_USER": "your-email",
"SMTP_PASS": "your-app-password"
}
}
}
}
send_email: Send an emailread_inbox: Read inbox messagessearch_emails: Search emailsMCP (Model Context Protocol) servers extend your AI assistant with external tools and data sources. Follow these steps to install Email MCP Server in your preferred AI coding tool.
claude_desktop_config.json