Woodpecker MCP Server

The Woodpecker MCP (Model Context Protocol) integration transforms cold email campaign management into a conversational experience.

Local serverstdioGo

What is the Woodpecker MCP server?

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.

What it actually does

  • Campaign Management — Create, update, run, pause and delete email campaigns
  • Prospect Operations — Add prospects to your account and campaigns, update and delete prospect data, search prospects
  • Email Composition — Create multistep email sequences with A/B testing capabilities
  • Analytics & Reporting — Retrieve campaign statistics and performance metrics
  • Mailbox Integration — Assign email accounts to campaigns
  • Advanced Configuration — Support for delivery schedules, timezone settings and GDPR compliance

Adding it to your client

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.

Its toolset

Everything the assistant can do here goes through one of these:

  • 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
  • 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

Configuration

You 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

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Woodpecker.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the woodpecker mcp server does with a few real requests.

When to reach for it

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.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
TroubleshootingThe Troubleshooting tool exposed by this server.
createCampaignCreate campaigns with basic configuration including subjects, messages and delivery settings. Supports full templating with snippets, fallbacks and spintax for personalized content.
createAdvancedCampaignCreate campaigns with full API capabilities including A/B testing and complex delivery schedules.
listCampaignsThe listCampaigns tool exposed by this server.
retrieveCampaignDetailsGet detailed campaign structure including all steps and configurations.
retrieveCampaignStatisticsThe retrieveCampaignStatistics tool exposed by this server.
updateCampaignSettingsModify campaign-wide settings including name, email accounts, daily limits and timezone.
buildCampaignUrlThe buildCampaignUrl tool exposed by this server.
addStepThe addStep tool exposed by this server.
updateCampaignStepThe updateCampaignStep tool exposed by this server.
updateStepVersionUpdate email content, subject lines, signatures and tracking settings.
deleteCampaignStepThe deleteCampaignStep tool exposed by this server.
addProspectsToDatabaseAdds new prospects to your global prospect list without enrolling them in any campaign.

How to install the Woodpecker MCP server

{
    "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.

Configuration

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

VariableDescriptionRequired
WOODPECKER_API_KEYCredential the server authenticates with.Yes
YOUR_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Woodpecker to Prerequisites.
  • Use Woodpecker to Troubleshooting.
  • Use Woodpecker to createCampaign.

Frequently asked questions

It connects Woodpecker to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Prerequisites, Troubleshooting, createCampaign, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Woodpecker directly.