Skip to content
Claude Desktop

SenderKit for Claude Desktop

com.senderkit/senderkit

Build and send email, SMS, and push straight from your AI agent.

client:Claude Desktop transport:streamable-http

Install SenderKit in Claude Desktop

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

{
  "mcpServers": {
    "senderkit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.senderkit.com"
      ]
    }
  }
}

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

SenderKit in other clients