MCP Emails
Rank #35,491com.mcpemails/emails
Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.
MCP Emails is a Model Context Protocol (MCP) server published by Albretsen. It ranks #35,491 of 115,591 servers tracked on MCP Toplist. MCP Emails is listed on Official MCP, with 5 tracked versions. It was first listed on Jun 10, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 80,100 of 115,591 servers on MCP Toplist.
Use MCP Emails
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http emails https://mcpemails.com/api/mcpclaude mcp add emails -e "MCPEMAILS_API_KEY=<your MCPEMAILS_API_KEY>" -- npx -y mcpemailsReplace each placeholder with your own value before saving.
[mcp_servers.emails]
url = "https://mcpemails.com/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.emails]
command = "npx"
args = ["-y", "mcpemails"]
[mcp_servers.emails.env]
MCPEMAILS_API_KEY = "<your MCPEMAILS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcpemails.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"emails": {
"command": "npx",
"args": [
"-y",
"mcpemails"
],
"env": {
"MCPEMAILS_API_KEY": "<your MCPEMAILS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"emails": {
"url": "https://mcpemails.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"emails": {
"command": "npx",
"args": [
"-y",
"mcpemails"
],
"env": {
"MCPEMAILS_API_KEY": "<your MCPEMAILS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"emails": {
"type": "http",
"url": "https://mcpemails.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"emails": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcpemails"
],
"env": {
"MCPEMAILS_API_KEY": "<your MCPEMAILS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"emails": {
"serverUrl": "https://mcpemails.com/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"emails": {
"command": "npx",
"args": [
"-y",
"mcpemails"
],
"env": {
"MCPEMAILS_API_KEY": "<your MCPEMAILS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"emails": {
"url": "https://mcpemails.com/api/mcp"
}
}
}{
"mcpServers": {
"emails": {
"command": "npx",
"args": [
"-y",
"mcpemails"
],
"env": {
"MCPEMAILS_API_KEY": "<your MCPEMAILS_API_KEY>"
}
}
}
}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/com.mcpemails%2Femails)<a href="https://mcptoplist.com/server/com.mcpemails%2Femails"><img src="https://mcptoplist.com/badge/com.mcpemails%2Femails.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Albretsen
Available versions (5)
| Version | Published |
|---|---|
| 1.0.4 | Aug 30, 2026 |
| 1.0.3 | Aug 3, 2026 |
| 1.0.2 | Aug 2, 2026 |
| 1.0.1 | Jul 28, 2026 |
| 1.0.0 | Jun 10, 2026 |
Frequently asked questions
- Who maintains MCP Emails?
- MCP Emails is maintained by Albretsen, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is MCP Emails listed on the Official MCP Registry?
- Yes — MCP Emails is listed on the Official MCP Registry.
- How many versions does MCP Emails have?
- MCP Toplist tracks 5 versions of MCP Emails, most recently published on Aug 30, 2026.
- Where can I find the source code for MCP Emails?
- The source code for MCP Emails is hosted at github.com/Albretsen/MCPEmails.