e2a — email for AI agents for Claude Desktop
io.github.mnexa-ai/mcp-server
Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install e2a — email for AI agents in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.e2a.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs