← Back to Plugins
MCP Server MCP

me.sendable/sendable

github By github 👁 3 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "sendableme-mcp",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Sendable API key. Free at https://www.sendable.me/keys",
          "isRequired": true,
          "isSecret": true,
          "name": "SENDABLE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...