Skip to content
Claude Desktop

inbound email for Claude Desktop

dev.mailkite/inbound-email

Turn inbound email into a webhook — verify, parse, route, and store incoming messages.

client:Claude Desktop transport:streamable-http

Install inbound email in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "inbound-email": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.mailkite.dev/mcp?ref=inbound-email"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

inbound email in other clients