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
0
Installs
0
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 93/100
Communication
M
Mailgun MCP Server
Send emails, manage templates, and track delivery analytics from AI agents.
freemium 52/100
Communication
T
Twilio MCP Server
Send SMS, make calls, and manage Twilio resources from AI agents.
open-source 47/100
Communication