Solo Unicorn Club logo

Integration Stacks

Marketing Stack

HubSpot, Mailchimp, and Google Analytics wired for campaign automation

// First 7 days

What can be running fast.

01

Get a ready-to-run system that replaces blank-page setup.

02

Ship a usable package with 12 included files and working structure.

03

Move from purchase to first setup in about 10 min.

// Included files

What is inside the package.

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

Description

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.

solo-unicornclaude-codecursor

Upgrade path

  • 01Start with this package and validate the workflow.
  • 02Add specialized skills or bundles once the core system is stable.
  • 03Use the community to sharpen positioning, demos, and feedback loops.
Previewmcp-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"
      }
    }
  }
}

// Community acceleration

Use the room after the purchase.

Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.

Discuss implementation