Email MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Email MCP Serversend an email to alice@example.com with subject 'Meeting' and body 'See you tomorrow'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Email MCP Server — AgentMail for AI Agents
Give AI agents their own email inboxes. Create, send, receive, and manage email entirely via MCP tools.
What It Does
This MCP server wraps the AgentMail API, giving AI agents:
Create inboxes — Programmatic inbox creation via API
Send emails — Send from any inbox
Receive emails — List, search, and read messages
Thread management — Full conversation context
Reply — Maintain conversation threads
Related MCP server: Envoi MCP
Quick Start
1. Get AgentMail API Key
Sign up at agentmail.to (free tier: 3 inboxes, 3K emails/mo)
2. Install
pip install -e /root/agents-mcp-servers3. Configure
export AGENTMAIL_API_KEY="your_key_here"4. Add to Claude Desktop / Cursor
{
"mcpServers": {
"email": {
"command": "python",
"args": ["/root/agents-mcp-servers/email_mcp_server.py"],
"env": {
"AGENTMAIL_API_KEY": "your_key_here"
}
}
}
}Tools
Tool | Description |
| Create a new email inbox |
| List all inboxes |
| Send an email |
| List messages in inbox |
| Get full message content |
| Reply maintaining thread |
| Search across messages |
| Get full conversation thread |
Publishing
Smithery
npx @smithery/cli publishOfficial MCP Registry
npx @modelcontextprotocol/mcp-publisher publishLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Email inboxes for AI agents: send, receive, reply, search, and manage threaded email over MCP.
Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.
Hosted email for AI agents: create inboxes, send, receive, and reply over MCP with scoped API keys
Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.
Related MCP Servers
- AlicenseAqualityDmaintenanceEmail infrastructure for AI agents — create inboxes, send/receive email, search messages, and manage threads via MCP tools.107 npm2MIT
- AlicenseAqualityDmaintenanceProvides AI agents with a real email address to send, receive, and manage emails via the Envoi.work platform. It enables seamless email communication, including inbox management and threaded replies, directly within MCP-compatible clients.55 npmMIT

InboxAPI CLIofficial
AlicenseNot gradedqualityCmaintenanceProvides an AI agent with its own email address to send, receive, and manage emails via MCP. No email server setup required.54 npm12MIT- AlicenseAqualityBmaintenanceEnables AI agents to send, receive, and reply to email through dedicated thread-aware mailboxes, with sandbox testing and compatibility across MCP clients.955 npmMIT