agent mail for Claude Desktop
dev.mailkite/agent-mail
Give an AI agent its own inbox — receive email as a webhook, send over a verified domain.
client:Claude Desktop
transport:streamable-http
Install agent mail in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-mail": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.mailkite.dev/mcp?ref=agent-mail"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs