Skip to content
Cursor

sendable for Cursor

me.sendable/sendable

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

client:Cursor transport:stdio runtime:npm

Install sendable in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sendable in other clients