ClipMarts

Marketing Stack

HubSpot, Mailchimp, and Google Analytics wired for campaign automation

$29Operator PackFor departments, agencies, and ops-heavy teams

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.

Setup Time

10 min

Difficulty

Intermediate

Works With
paperclipclaude-codecursor

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
// 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

terminal
$ paperclipai skill import --from ./marketing-mcp-bundle/
Skill imported successfully.

One command to import — then assign to any agent in your company.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip marketing-mcp-bundle.zip
2

Import the skill

paperclipai skill import --from ./marketing-mcp-bundle/
3

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

1

Open Skills page

Navigate to Skills → Import Skill

2

Upload the product folder

From the extracted ZIP, upload the marketing-mcp-bundle/ directory containing SKILL.md.

3

Assign to agents

Go to Agents → [agent] → Skills and add "Marketing Stack" from the list.

Share
Files included12
Setup time10 min
Difficultyintermediate

Tags

mcphubspotmailchimpgoogle-analyticsmarketingcampaigns