The Woodpecker MCP (Model Context Protocol) integration transforms cold email campaign management into a conversational experience.
The Woodpecker MCP (Model Context Protocol) integration transforms cold email campaign management into a conversational experience. Exposed over MCP by the woodpecker mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Everything the assistant can do here goes through one of these:
Prerequisites — The Prerequisites tool exposed by this serverTroubleshooting — The Troubleshooting tool exposed by this servercreateCampaign — Create campaigns with basic configuration including subjects, messages and delivery settings. Supports full templating with snippets, fallbacks andcreateAdvancedCampaign — Create campaigns with full API capabilities including A/B testing and complex delivery scheduleslistCampaigns — The listCampaigns tool exposed by this serverretrieveCampaignDetails — Get detailed campaign structure including all steps and configurationsretrieveCampaignStatistics — The retrieveCampaignStatistics tool exposed by this serverupdateCampaignSettings — Modify campaign-wide settings including name, email accounts, daily limits and timezonebuildCampaignUrl — The buildCampaignUrl tool exposed by this serveraddStep — The addStep tool exposed by this serverupdateCampaignStep — The updateCampaignStep tool exposed by this serverupdateStepVersion — Update email content, subject lines, signatures and tracking settingsYou will need 2 environment variables: WOODPECKER_API_KEY, YOUR_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Before setting up the integration, ensure you have: - Woodpecker Account: An account with the API & Integration add-on enabled - API Credentials: Woodpecker API key (found in your account settings) - Docker: Installed on your system (for running the MCP server) https://docs.docker.com/desktop/ - AI Agent: Claude Desktop, Continue.dev or another
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Woodpecker's toolset — Prerequisites, Troubleshooting, createCampaign and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Woodpeckerco; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| Troubleshooting | The Troubleshooting tool exposed by this server. |
| createCampaign | Create campaigns with basic configuration including subjects, messages and delivery settings. Supports full templating with snippets, fallbacks and spintax for personalized content. |
| createAdvancedCampaign | Create campaigns with full API capabilities including A/B testing and complex delivery schedules. |
| listCampaigns | The listCampaigns tool exposed by this server. |
| retrieveCampaignDetails | Get detailed campaign structure including all steps and configurations. |
| retrieveCampaignStatistics | The retrieveCampaignStatistics tool exposed by this server. |
| updateCampaignSettings | Modify campaign-wide settings including name, email accounts, daily limits and timezone. |
| buildCampaignUrl | The buildCampaignUrl tool exposed by this server. |
| addStep | The addStep tool exposed by this server. |
| updateCampaignStep | The updateCampaignStep tool exposed by this server. |
| updateStepVersion | Update email content, subject lines, signatures and tracking settings. |
| deleteCampaignStep | The deleteCampaignStep tool exposed by this server. |
| addProspectsToDatabase | Adds new prospects to your global prospect list without enrolling them in any campaign. |
{
"mcpServers": {
"woodpecker": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"WOODPECKER_API_KEY",
"woodpeckerco/woodpecker-mcp-server"
],
"env": {
"WOODPECKER_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
Before setting up the integration, ensure you have: - Woodpecker Account: An account with the API & Integration add-on enabled - API Credentials: Woodpecker API key (found in your account settings) - Docker: Installed on your system (for running the MCP server) https://docs.docker.com/desktop/ - AI Agent: Claude Desktop, Continue.dev or another
| Variable | Description | Required |
|---|---|---|
| WOODPECKER_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_API_KEY | Credential the server authenticates with. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.