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