Woodpecker MCP Server
@Woodpeckerco
关于 Woodpecker MCP Server
The Woodpecker MCP (Model Context Protocol) integration transforms cold email campaign management into a conversational experience.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"woodpecker": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"WOODPECKER_API_KEY",
"woodpeckerco/woodpecker-mcp-server"
],
"env": {
"WOODPECKER_API_KEY": "<YOUR_API_KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Woodpecker MCP Server?
The Woodpecker MCP Server connects your AI assistant to Woodpecker’s automation platform, letting you manage cold email campaigns through natural language. It is designed for sales, marketing, and growth teams who want to create, run, and analyze email outreach without leaving their chat interface.
How to use Woodpecker MCP Server?
Install Docker, get a Woodpecker API key from your account settings, then configure your MCP‑compatible AI agent (e.g., Claude Desktop) by adding a “woodpecker” server entry that runs the woodpeckerco/woodpecker-mcp-server Docker image with the WOODPECKER_API_KEY environment variable. After restarting the agent, you can ask it to list campaigns, create sequences, or perform other operations.
Key features of Woodpecker MCP Server
- Create, update, run, pause, and delete email campaigns
- Add, update, delete, and search prospect data
- Compose multi‑step email sequences with A/B testing
- Retrieve campaign statistics and performance metrics
- Assign email accounts to campaigns
- Configure delivery schedules, timezone, and GDPR compliance
Use cases of Woodpecker MCP Server
- Building and launching a cold email outreach campaign from scratch
- Bulk adding prospects with personalized snippets into a campaign
- Pausing a campaign and viewing its real‑time analytics
- Setting up follow‑up sequences with scheduling and A/B variants
- Updating campaign settings and daily enrollment limits via conversation
FAQ from Woodpecker MCP Server
What are the prerequisites for using Woodpecker MCP Server?
You need a Woodpecker account with the API & Integration add‑on enabled, a valid Woodpecker API key, Docker installed, and an MCP‑compatible AI agent (e.g., Claude Desktop or Continue.dev).
How do I get my Woodpecker API key?
Log in to your Woodpecker account, go to Marketplace → Integrations → API keys, and click “Create a key”.
How do I configure the server in Claude Desktop?
Edit claude_desktop_config.json (located in ~/Library/Application Support/Claude/ on macOS, %APPDATA%\Claude\ on Windows, or ~/.config/Claude/ on Linux) and add a "woodpecker" entry under mcpServers with "command": "docker", "args": ["run", "-i", "--rm", "-e", "WOODPECKER_API_KEY", "woodpeckerco/woodpecker-mcp-server"], and your key in the env object. Then restart Claude Desktop.
What transport does the server use?
The server uses stdio transport, as required by MCP‑compatible agents.
What should I do if campaign creation fails?
Ensure you have at least one email account configured in Woodpecker, verify the account ID using the listMailboxes tool, check that campaign parameters match the required format, and confirm your daily enrollment limit is greater than zero.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ICSS
chokcoco不止于 CSS
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论