RouterMCP
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.

ServerPurpose
HubSpot MCPContacts, deals, campaigns
Webflow MCPCMS content and publishing
Algolia MCPSite search and content discovery
Mixpanel MCPCampaign analytics
PostHog MCPAttribution 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.

On this page