Marketing Stack
HubSpot, Mailchimp, and Google Analytics wired for campaign automation
What is Marketing Stack?
An MCP bundle connecting the core marketing tool stack. Includes HubSpot (contacts, campaigns, forms), Mailchimp (lists, campaigns, automations), and Google Analytics (pageviews, events, conversions). Pre-configured with scoped permissions so your agent can manage campaigns, pull analytics, and sync contacts without admin access.
10 min
Intermediate
What's Included
- mcp-servers.json
- servers/hubspot/config.json
- servers/hubspot/auth-setup.md
- servers/mailchimp/config.json
- servers/mailchimp/auth-setup.md
- servers/google-analytics/config.json
- servers/google-analytics/auth-setup.md
- docker-compose.yaml
- env.example
- scripts/setup.sh
- scripts/test-connections.sh
- README.md
Preview
// mcp-servers.json
{
"mcpServers": {
"hubspot": {
"command": "npx",
"args": ["-y", "@mcp/hubspot-server"],
"env": {
"HUBSPOT_API_KEY": "${HUBSPOT_API_KEY}",
"HUBSPOT_PORTAL_ID": "${HUBSPOT_PORTAL_ID}"
}
},
"mailchimp": {
"command": "npx",
"args": ["-y", "@mcp/mailchimp-server"],
"env": {
"MAILCHIMP_API_KEY": "${MAILCHIMP_API_KEY}",
"MAILCHIMP_SERVER_PREFIX": "${MAILCHIMP_SERVER_PREFIX}"
}
},
"google-analytics": {
"command": "npx",
"args": ["-y", "@mcp/ga4-server"],
"env": {
"GA_PROPERTY_ID": "${GA_PROPERTY_ID}",
"GA_CREDENTIALS_PATH": "./credentials/ga.json"
}
}
}
}Installation Guide
One command to import — then assign to any agent in your company.
Option A: CLI (recommended)
Download and extract the ZIP
unzip marketing-mcp-bundle.zipImport the skill
paperclipai skill import --from ./marketing-mcp-bundle/Assign to an agent
# Via CLI:
paperclipai agent update <agent-name> --add-skill marketing-mcp-bundle
# Or in the dashboard:
# Agents → [agent name] → Skills → Add "Marketing Stack"Option B: Dashboard UI
Open Skills page
Navigate to Skills → Import Skill
Upload the product folder
From the extracted ZIP, upload the marketing-mcp-bundle/ directory containing SKILL.md.
Assign to agents
Go to Agents → [agent] → Skills and add "Marketing Stack" from the list.
Related Products
Finance Stack
QuickBooks, Plaid, and Google Sheets for financial data access
Sales Stack
HubSpot, Calendly, and email wired for CRM-driven outreach
Analytics Stack
BigQuery, dbt, and Metabase for warehouse-to-dashboard analytics
Healthcare Stack
EHR connector, appointment scheduler, and secure messaging