Agentmail
Rank #12,937ai.smithery/agentmail
AgentMail is the email inbox API for AI agents. It gives agents their own email inboxes, like Gmail
Agentmail is a Model Context Protocol (MCP) server published by agentmail-to. It ranks #12,937 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Agentmail is listed on Glama, with 2 tracked versions. It was first listed on Dec 3, 2025 and most recently updated on Jan 15, 2026.
Ranks ahead of 102,654 of 115,591 servers on MCP Toplist.
Use Agentmail
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http agentmail https://server.smithery.ai/agentmail[mcp_servers.agentmail]
url = "https://server.smithery.ai/agentmail"Add to ~/.codex/config.toml.
https://server.smithery.ai/agentmailSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"agentmail": {
"url": "https://server.smithery.ai/agentmail"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentmail": {
"type": "http",
"url": "https://server.smithery.ai/agentmail"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentmail": {
"serverUrl": "https://server.smithery.ai/agentmail"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentmail": {
"url": "https://server.smithery.ai/agentmail"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.smithery%2Fagentmail)<a href="https://mcptoplist.com/server/ai.smithery%2Fagentmail"><img src="https://mcptoplist.com/badge/ai.smithery%2Fagentmail.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Previously listed on 1 registry
agentmail-to
Other servers by agentmail-to
View all agentmail-to servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Jan 15, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Agentmail?
- Agentmail is maintained by agentmail-to, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Agentmail listed on the Official MCP Registry?
- Agentmail is not on the Official MCP Registry. It is listed on Glama.
- How many versions does Agentmail have?
- MCP Toplist tracks 2 versions of Agentmail, most recently published on Jan 15, 2026.
- Where can I find the source code for Agentmail?
- The source code for Agentmail is hosted at github.com/agentmail-to/agentmail-smithery-mcp.