Email · Contacts · Campaigns
Plunk MCP
An unofficial MCP server for Plunk, the open-source email platform we run for everything from receipts to newsletters. 84 tools covering email, contacts, campaigns, segments, workflows, and analytics.
Install
Drop this into your Claude config at ~/.claude.json and
restart the app.
{
"mcpServers": {
"plunk": {
"command": "npx",
"args": ["-y", "@ignytehq/plunk-mcp"],
"env": {
"PLUNK_API_KEY": "sk_your_secret_key_here",
"PLUNK_API_URL": "https://your-plunk-host"
}
}
}
} - Active Plunk instance (self-hosted or useplunk.com)
- A Plunk API key (
sk_*) - Node.js 18+ if running from source