E
Email MCP Server
Send and read emails via IMAP and SMTP from AI agents.
A Model Context Protocol server for email. Enables AI agents to send emails via SMTP, read and search inboxes via IMAP, and manage email workflows.
Supports composing and sending messages, searching inbox contents, reading email threads, and managing folders across any IMAP/SMTP-compatible email provider.
Install
npx -y mcp-email MCP Client Config
{
"mcpServers": {
"email": {
"command": "npx",
"args": [
"-y",
"mcp-email"
],
"env": {
"IMAP_HOST": "imap.gmail.com",
"SMTP_HOST": "smtp.gmail.com",
"EMAIL_USER": "<your-email>",
"EMAIL_PASS": "<your-app-password>"
}
}
}
} Required Environment Variables
- IMAP_HOST
- SMTP_HOST
- EMAIL_USER
- EMAIL_PASS
Capabilities
Tools
send_emailsearch_inboxread_emaillist_folders
Compatible With
Claude Desktop Claude Code Cursor
Metrics
180
GitHub Stars
3,200
Installs
240
Weekly
6
Open Issues
More in Communication
Best of Communication → S
Slack MCP Server
Read and manage Slack channels, messages, and users from AI agents.
open-source 72/100
Communication
T
Twilio MCP Server
Send SMS, make calls, and manage Twilio resources from AI agents.
open-source 63/100
Communication
D
Discord MCP Server
Manage Discord servers, channels, and messages from AI agents.
open-source 55/100
Communication