MCP Packs
Marketing/Growth Pack
Connect CRM, CMS, and analytics to plan and measure campaigns with MCP.
Marketing/Growth Pack
Connect your CRM, content management, and analytics platforms to plan, execute, and measure marketing campaigns efficiently.
Recommended Servers
| Server | Purpose |
|---|---|
| HubSpot MCP | Contacts, deals, campaigns |
| Webflow MCP | CMS content and publishing |
| Algolia MCP | Site search and content discovery |
| Mixpanel MCP | Campaign analytics |
| PostHog MCP | Attribution and product growth loops |
Example Configuration
{
"mcpServers": {
"hubspot": {
"command": "npx",
"args": ["-y", "@hubspot/mcp-server"],
"env": { "HUBSPOT_API_KEY": "${HUBSPOT_API_KEY}" }
},
"webflow": {
"command": "npx",
"args": ["-y", "@webflow/mcp-server"],
"env": { "WEBFLOW_API_TOKEN": "${WEBFLOW_API_TOKEN}" }
},
"algolia": {
"command": "npx",
"args": ["-y", "@algolia/mcp-server"],
"env": { "ALGOLIA_API_KEY": "${ALGOLIA_API_KEY}" }
},
"mixpanel": {
"command": "npx",
"args": ["-y", "@mixpanel/mcp-server"],
"env": { "MIXPANEL_TOKEN": "${MIXPANEL_TOKEN}" }
}
}
}Common Workflows
- Create campaign content in Webflow, track contacts in HubSpot, measure in Mixpanel
- Analyze campaign performance across platforms in a single conversation
- Update landing pages and CMS content based on analytics insights
Safety First
Use separate API keys for production and staging. Avoid exposing customer PII in analytics queries. Restrict CMS write access to content editors.