Agent Email
Rank #3,394io.github.UseJunior/email-agent-mcp
Local email connectivity for AI agents — read, draft, send, and organize Outlook mail via MCP
Agent Email is a Model Context Protocol (MCP) server published by UseJunior. It ranks #3,394 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Agent Email is listed across 3 registries — Official MCP, mcp.so and Glama, with 10 tracked versions. It was first listed on Mar 31, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 112,197 of 115,591 servers on MCP Toplist.
Use Agent Email
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add email-agent-mcp -- npx -y email-agent-mcp[mcp_servers.email-agent-mcp]
command = "npx"
args = ["-y", "email-agent-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"email-agent-mcp": {
"command": "npx",
"args": [
"-y",
"email-agent-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"email-agent-mcp": {
"command": "npx",
"args": [
"-y",
"email-agent-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"email-agent-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"email-agent-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"email-agent-mcp": {
"command": "npx",
"args": [
"-y",
"email-agent-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"email-agent-mcp": {
"command": "npx",
"args": [
"-y",
"email-agent-mcp"
]
}
}
}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.UseJunior%2Femail-agent-mcp)<a href="https://mcptoplist.com/server/io.github.UseJunior%2Femail-agent-mcp"><img src="https://mcptoplist.com/badge/io.github.UseJunior%2Femail-agent-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
UseJunior
Other servers by UseJunior
View all UseJunior servers →Available versions (10)
| Version | Published |
|---|---|
| 0.3.0 | Aug 14, 2026 |
| 0.2.0 | Aug 13, 2026 |
| 0.1.11 | Aug 5, 2026 |
| 0.1.10 | Jul 24, 2026 |
| 0.1.8 | May 23, 2026 |
| 0.1.7 | Apr 28, 2026 |
| 0.1.6 | Apr 20, 2026 |
| 0.1.5 | Apr 4, 2026 |
| 0.1.4 | Apr 4, 2026 |
| 0.1.3 | Apr 4, 2026 |
Frequently asked questions
- Who maintains Agent Email?
- Agent Email is maintained by UseJunior, which publishes 2 MCP servers (23 total versions) tracked on MCP Toplist.
- Is Agent Email listed on the Official MCP Registry?
- Yes — Agent Email is listed on the Official MCP Registry, alongside mcp.so and Glama.
- How many versions does Agent Email have?
- MCP Toplist tracks 10 versions of Agent Email, most recently published on Aug 14, 2026.
- Where can I find the source code for Agent Email?
- The source code for Agent Email is hosted at github.com/UseJunior/email-agent-mcp.