Odel
GoodSender

GoodSender

Local
@good-sender1ShellUpdated 1w ago

Free consent-based emailing, blog publishing, and interactive email template design tools

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

MCP Bundlehttps://github.com/good-sender/mcp/releases/download/v0.4.1-rc3/goodsender.mcpbv0.4.1-rc3

Distributed as an MCP bundle (`https://github.com/good-sender/mcp/releases/download/v0.4.1-rc3/goodsender.mcpb`) — download it and import the bundle in your MCP client.

Dockerdocker.io/goodsender/goodsender-mcp:0.4.1-rc3

Run

docker run -i --rm docker.io/goodsender/goodsender-mcp:0.4.1-rc3

MCP client config

{
  "mcpServers": {
    "goodsender": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/goodsender/goodsender-mcp:0.4.1-rc3"
      ]
    }
  }
}