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).
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.
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"
]
}
}
}