Skip to content
Claude Desktop

mail send for Claude Desktop

dev.mailkite/mail-send

Send transactional email over a verified domain — templates, attachments, custom headers.

client:Claude Desktop transport:streamable-http

Install mail send in Claude Desktop

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

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

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

mail send in other clients