mail receive for Claude Desktop
dev.mailkite/mail-receive
Receive inbound email as clean JSON — manage domains, routes, and webhooks. MailKite.
client:Claude Desktop
transport:streamable-http
Install mail receive in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mail-receive": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.mailkite.dev/mcp?ref=mail-receive"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs