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.
Token Budget
Moderate token usage. You will have good room for prompts but watch if adding more servers.
Config
Paste in ~/.claude.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
HubSpot MCP
HubSpot
CRM data access, contact management, deal tracking, and company information from HubSpot. Official integration in public beta.
Your CRM command center. Manage contacts, track deals, and pull company data without switching tabs.
Google Ads MCP
Read-only access to Google Ads campaign data, performance reporting, and account discovery. Official Google implementation.
Read-only campaign reporting. Analyze performance, check spend, and surface underperforming ads with GAQL queries.
Mailchimp MCP
LokiMCPUniverse
Email campaign management, audience lists, automation workflows, and campaign analytics from Mailchimp.
Create campaigns, manage audiences, set up automations, and check campaign analytics — all from your AI assistant.
Twitter/X MCP
EnesCinr
Post tweets, search timelines, manage followers, and analyze engagement on Twitter/X from your AI editor.
Post content, search conversations, and monitor engagement on X/Twitter. Stay active without the doomscroll.
Google Analytics MCP
Access GA4 data, run custom reports, and get real-time analytics from your AI editor. Official Google implementation.
Tie it all together. Run GA4 reports to measure how campaigns actually drive traffic and conversions.