openagentemail
Rank #2,190io.github.openagentemail/mcp
Unlimited agent mailboxes — create identities, read/wait for mail, extract OTPs, send email.
openagentemail is a Model Context Protocol (MCP) server published by openagentemail. It ranks #2,190 of 115,591 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. openagentemail is listed across 2 registries — Official MCP and Glama, with 8 tracked versions. It was first listed on Jul 27, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 113,401 of 115,591 servers on MCP Toplist.
Use openagentemail
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add openagentemail -e "OPENAGENTEMAIL_API_KEY=<your OPENAGENTEMAIL_API_KEY>" -e "OPENAGENTEMAIL_API_URL=<your OPENAGENTEMAIL_API_URL>" -- npx -y @openagentemail/mcpReplace each placeholder with your own value before saving.
[mcp_servers.openagentemail]
command = "npx"
args = ["-y", "@openagentemail/mcp"]
[mcp_servers.openagentemail.env]
OPENAGENTEMAIL_API_KEY = "<your OPENAGENTEMAIL_API_KEY>"
OPENAGENTEMAIL_API_URL = "<your OPENAGENTEMAIL_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openagentemail": {
"command": "npx",
"args": [
"-y",
"@openagentemail/mcp"
],
"env": {
"OPENAGENTEMAIL_API_KEY": "<your OPENAGENTEMAIL_API_KEY>",
"OPENAGENTEMAIL_API_URL": "<your OPENAGENTEMAIL_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openagentemail": {
"command": "npx",
"args": [
"-y",
"@openagentemail/mcp"
],
"env": {
"OPENAGENTEMAIL_API_KEY": "<your OPENAGENTEMAIL_API_KEY>",
"OPENAGENTEMAIL_API_URL": "<your OPENAGENTEMAIL_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"openagentemail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@openagentemail/mcp"
],
"env": {
"OPENAGENTEMAIL_API_KEY": "<your OPENAGENTEMAIL_API_KEY>",
"OPENAGENTEMAIL_API_URL": "<your OPENAGENTEMAIL_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openagentemail": {
"command": "npx",
"args": [
"-y",
"@openagentemail/mcp"
],
"env": {
"OPENAGENTEMAIL_API_KEY": "<your OPENAGENTEMAIL_API_KEY>",
"OPENAGENTEMAIL_API_URL": "<your OPENAGENTEMAIL_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openagentemail": {
"command": "npx",
"args": [
"-y",
"@openagentemail/mcp"
],
"env": {
"OPENAGENTEMAIL_API_KEY": "<your OPENAGENTEMAIL_API_KEY>",
"OPENAGENTEMAIL_API_URL": "<your OPENAGENTEMAIL_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
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/io.github.openagentemail%2Fmcp)<a href="https://mcptoplist.com/server/io.github.openagentemail%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.openagentemail%2Fmcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
openagentemail
Available versions (8)
| Version | Published |
|---|---|
| 0.5.2 | Aug 19, 2026 |
| 0.5.1 | Aug 15, 2026 |
| 0.5.0 | Aug 9, 2026 |
| 0.4.0 | Aug 3, 2026 |
| 0.3.0 | Aug 2, 2026 |
| 0.2.0 | Jul 30, 2026 |
| 0.1.3 | Jul 28, 2026 |
| 0.1.2 | Jul 27, 2026 |
Frequently asked questions
- Who maintains openagentemail?
- openagentemail is maintained by openagentemail, which publishes 1 MCP server (8 total versions) tracked on MCP Toplist.
- Is openagentemail listed on the Official MCP Registry?
- Yes — openagentemail is listed on the Official MCP Registry, alongside Glama.
- How many versions does openagentemail have?
- MCP Toplist tracks 8 versions of openagentemail, most recently published on Aug 19, 2026.
- Where can I find the source code for openagentemail?
- The source code for openagentemail is hosted at github.com/openagentemail/openagentemail.