Skip to content
Claude Desktop

sendable for Claude Desktop

me.sendable/sendable

Send transactional email from your editor — describe the event, Sendable writes and sends it.

client:Claude Desktop transport:stdio runtime:npm

Install sendable in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sendable": {
      "command": "npx",
      "args": [
        "-y",
        "sendableme-mcp"
      ],
      "env": {
        "SENDABLE_API_KEY": "<SENDABLE_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

sendable in other clients