Agent Email List for Claude Desktop
com.agentemaillist/agent-email-list
Email sending and receiving for AI agents, with a Mailgun-shaped API. An agent can open a free account on its own with create_account, add and verify a sending domain, send mail with a test mode, and read inbox messages and delivery events. Authenticate later calls with the returned API key as a bearer token.
Install Agent Email List in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-email-list": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ai.agentemaillist.com/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