What is the GoodSender MCP server?
Free consent-based emailing and interactive email template design tools
How to install GoodSender
Copy-paste configuration for popular MCP clients.
GOODSENDER_API_KEYrequiredsecretYour GoodSender API key (from the API Keys section of the GoodSender Console).
GOODSENDER_TELEMETRYSet to false to opt out of anonymous usage/reliability telemetry.
{
"mcpServers": {
"goodsender-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/goodsender/goodsender-mcp:0.3.0-rc1"
],
"env": {
"GOODSENDER_API_KEY": "<YOUR_GOODSENDER_API_KEY>",
"GOODSENDER_TELEMETRY": "<YOUR_GOODSENDER_TELEMETRY>"
}
}
}
}{
"mcpServers": {
"goodsender-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/goodsender/goodsender-mcp:0.3.0-rc1"
],
"env": {
"GOODSENDER_API_KEY": "<YOUR_GOODSENDER_API_KEY>",
"GOODSENDER_TELEMETRY": "<YOUR_GOODSENDER_TELEMETRY>"
}
}
}
}{
"mcpServers": {
"goodsender-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/goodsender/goodsender-mcp:0.3.0-rc1"
],
"env": {
"GOODSENDER_API_KEY": "<YOUR_GOODSENDER_API_KEY>",
"GOODSENDER_TELEMETRY": "<YOUR_GOODSENDER_TELEMETRY>"
}
}
}
}{
"servers": {
"goodsender-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/goodsender/goodsender-mcp:0.3.0-rc1"
],
"env": {
"GOODSENDER_API_KEY": "<YOUR_GOODSENDER_API_KEY>",
"GOODSENDER_TELEMETRY": "<YOUR_GOODSENDER_TELEMETRY>"
}
}
}
}claude mcp add goodsender-mcp --env GOODSENDER_API_KEY=<YOUR_GOODSENDER_API_KEY> --env GOODSENDER_TELEMETRY=<YOUR_GOODSENDER_TELEMETRY> -- docker run -i --rm docker.io/goodsender/goodsender-mcp:0.3.0-rc1Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.