MCP server for B2B cold outreach — find companies via Apollo, verify with AI, push to SmartLead & GetSales. 49 tools. Works with Claude Code or any MCP client
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"gtm-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An open-source MCP server that turns Claude Code into a full B2B cold outreach pipeline. Tell it what you sell and who you're targeting — it finds companies, verifies they're a fit, extracts contacts, writes email sequences, and creates ready-to-send campaigns.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
MCP server for the PostFast API — schedule and manage social media posts via AI tools
Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.
MCP Security Weekly
Get CVE alerts and security updates for Gtm Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A set of skills and API wrappers that turn Claude Code into a full B2B cold email pipeline. Describe what you sell and who you're targeting — it finds companies, verifies fit, extracts contacts, writes sequences, and launches campaigns. All from your terminal, all on your machine.
Built by GetSally, a B2B lead gen agency. The classification rules, filtering logic, and email patterns in this toolkit come from running thousands of outreach campaigns for 100+ B2B companies across the US, EU, and other markets – from early-stage startups to large enterprises. Our campaigns deliver 10–50 qualified leads per month. Used daily by our 20-person sales team. Now open source.
For updates, follow Rinat Khatipov on LinkedIn.
We have a Slack workspace where you can ask questions, report bugs, request integrations, and share how you're using the toolkit.
The full /launch pipeline runs on three tools: Apollo for company and people data, SmartLead for email campaigns, and Apify for web scraping. If you already use Apollo + SmartLead, you can plug in your API keys and run the whole pipeline end-to-end.
Don't use these tools? You can still grab individual skills and use them in your own setup — the AI classification skill, the ICP filtering logic, the email sequence patterns. They're just markdown files in .claude/skills/, portable to any Claude Code project.
We're actively working on more integrations (Instantly, Lemlist, ZoomInfo, Hunter, and others) to give you more flexibility on the stack. If your setup needs something we don't cover yet — open an issue or drop a comment. Feedback shapes what we build next.
Open your terminal and copy-paste each block below, one at a time. That's the entire install.
On Mac: press Cmd + Space, type "Terminal", hit Enter. On Windows: open "Windows Terminal" or "PowerShell".
git clone https://github.com/impecablemee/gtm-mcp.git
cd gtm-mcp
cp .env.example .env
Open .env in any text editor and fill in:
| Key | Where to get it | Required? |
|---|---|---|
GTM_MCP_APOLLO_API_KEY | Apollo → Settings → API Keys | Yes |
GTM_MCP_SMARTLEAD_API_KEY | SmartLead → Settings → API | Yes |
GTM_MCP_USER_EMAIL | Your email — test emails land here before activation | Yes |
GTM_MCP_APIFY_PROXY_PASSWORD | Apify → Proxy → Password | Optional, improves scraping |
GTM_MCP_GETSALES_API_KEY | GetSales → Settings | Optional, for LinkedIn outreach |
GTM_MCP_GETSALES_TEAM_ID | GetSales → Team settings | Optional, for LinkedIn outreach |
GOOGLE_SERVICE_ACCOUNT_JSON | Google Cloud Console | Optional, for Sheets export |
GOOGLE_SHARED_DRIVE_ID | Google Drive | Optional, for Sheets export |
Save and close the file.
claude
This opens Claude Code inside the gtm-mcp directory. It automatically discovers .mcp.json and loads all tools. No pip install, no virtualenv — uv run handles everything.
If
claudeis not recognized, install Claude Code first: https://docs.anthropic.com/en/docs/claude-code/overview
Before launching a campaign, you need a strategy — an md file describing what you sell, who you're targeting, which segments, and what case studies you have. Two ways to create one:
Option A — Let Claude generate it for you.
Inside Claude Code in the gtm-mcp d