← Back to Plugins
MCP Server MCP

io.github.spruikco/send16-mcp

github By github 👁 1 views ▲ 0 votes

Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.send16.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "send16-mcp",
      "version": "0.5.8",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Send16 API key (sk_live_...), from https://send16.com/dashboard/developers",
          "isRequired": true,
          "isSecret": true,
          "name": "SEND16_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...