AgenticMail
Rank #816glama/agenticmail
Real email and SMS for AI agents. Run a local mail server with disposable inboxes — agents send and receive real email, fetch verification codes, and drive a real inbox without going through any third-party email API.
AgenticMail is a Model Context Protocol (MCP) server published by agenticmail. It ranks #816 of 58,900 servers tracked on MCP Toplist, and its repository has 135 GitHub stars. AgenticMail is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on May 8, 2026 and most recently updated on May 8, 2026.
Ranks ahead of 58,084 of 58,900 servers on MCP Toplist.
Use AgenticMail
Add AgenticMail to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"agenticmail": {
"command": "npx",
"args": [
"-y",
"@agenticmail/mcp"
],
"env": {
"AGENTICMAIL_API_KEY": "<your AGENTICMAIL_API_KEY>",
"AGENTICMAIL_MASTER_KEY": "<your AGENTICMAIL_MASTER_KEY>",
"AGENTICMAIL_API_URL": "<your AGENTICMAIL_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries
agenticmail
Available versions (1)
| Version | Published |
|---|---|
| 0.5.59 | May 8, 2026 |
Frequently asked questions
- What is AgenticMail?
- Real email and SMS for AI agents. Run a local mail server with disposable inboxes — agents send and receive real email, fetch verification codes, and drive a real inbox without going through any third-party email API.
- Who maintains AgenticMail?
- AgenticMail is maintained by agenticmail, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is AgenticMail an official MCP server?
- Yes — AgenticMail is listed on the Official MCP Registry, alongside Glama.
- How many versions does AgenticMail have?
- MCP Toplist tracks 1 version of AgenticMail, most recently published on May 8, 2026.
- Where can I find the source code for AgenticMail?
- The source code for AgenticMail is hosted at github.com/agenticmail/agenticmail.