StackMCP
Intermediate

Digital Marketing Stack

Run campaigns across email, social, ads, and CRM from your AI editor. HubSpot CRM, Google Ads reporting, Mailchimp campaigns, and Twitter engagement.

5 servers20.1K tokens10% of context

Token Budget

20.1K used (10.0%)179.9K remaining
Mailchimp MCP7.7K (3.9%)
HubSpot MCP5.2K (2.6%)
Twitter/X MCP4.1K (2.1%)
Google Analytics MCP2.1K (1.0%)
Google Ads MCP1.0K (0.5%)

Moderate token usage. You will have good room for prompts but watch if adding more servers.

Config

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "mailchimp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mailchimp-mcp-server"
      ],
      "env": {
        "MAILCHIMP_API_KEY": "YOUR_MAILCHIMP_API_KEY"
      }
    },
    "hubspot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@hubspot/mcp-server"
      ],
      "env": {
        "HUBSPOT_ACCESS_TOKEN": "YOUR_HUBSPOT_ACCESS_TOKEN"
      }
    },
    "twitter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "twitter-mcp"
      ],
      "env": {
        "TWITTER_API_KEY": "YOUR_TWITTER_API_KEY",
        "TWITTER_API_SECRET": "YOUR_TWITTER_API_SECRET",
        "TWITTER_ACCESS_TOKEN": "YOUR_TWITTER_ACCESS_TOKEN",
        "TWITTER_ACCESS_SECRET": "YOUR_TWITTER_ACCESS_SECRET"
      }
    },
    "google-analytics-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@google-analytics/mcp"
      ],
      "env": {
        "GA_PROPERTY_ID": "YOUR_GA_PROPERTY_ID",
        "GOOGLE_APPLICATION_CREDENTIALS": "YOUR_GOOGLE_APPLICATION_CREDENTIALS"
      }
    },
    "google-ads-mcp": {
      "command": "python",
      "args": [
        "-m",
        "google_ads_mcp"
      ],
      "env": {
        "GOOGLE_ADS_DEVELOPER_TOKEN": "YOUR_GOOGLE_ADS_DEVELOPER_TOKEN",
        "GOOGLE_ADS_LOGIN_CUSTOMER_ID": "YOUR_GOOGLE_ADS_LOGIN_CUSTOMER_ID"
      }
    }
  }
}

Included Servers