Marketing Analytics Server
FreeNot checkedEnables natural language querying of marketing analytics across Google Search Console, GA4, Google Ads, HubSpot, and Bing. Provides tools for search queries, tr
About
Enables natural language querying of marketing analytics across Google Search Console, GA4, Google Ads, HubSpot, and Bing. Provides tools for search queries, traffic, campaign performance, and composite cross-platform rollups.
README
A Model Context Protocol server that gives an LLM live, read-only access to a marketing analytics stack — so you can ask questions in natural language instead of jumping between dashboards. Exposes tools across Google Search Console, GA4, Google Ads, HubSpot CRM, and Bing Webmaster Tools, plus composite cross-platform rollups.
Runs locally over stdio (Claude Desktop / Claude Code) or as a remote streamable-HTTP service (e.g. Cloud Run) with bearer-token auth.
Tools
| Area | Examples |
|---|---|
| Search Console | queries, pages, CTR/position, period comparison, movers & losers |
| GA4 | sessions, channels, landing pages by source, funnels, conversions |
| Google Ads | campaign performance, keyword quality, search terms |
| HubSpot | deal / company / contact search, pipeline summary, activity timelines |
| Bing | top queries/pages, branded vs unbranded, crawl stats |
| Composite | cross-platform marketing snapshot |
Design
clients/— one thin async client per platform (auth + raw calls).tools/— MCP tool definitions that shape client output for an LLM.cache.py— TTL cache to stay inside free-tier API limits.circuit_breaker.py— trips on repeated upstream failures so one bad provider can't hang the server.server.py— registers tools and serves stdio or streamable-HTTP.
Setup
pip install -e .
cp .env.example .env # fill in your own credentials + property IDs
python -m mcp_server.server
All credentials and property/account IDs come from environment variables (see
.env.example) — nothing is hardcoded. You point it at your own analytics
accounts.
Deploy (remote)
A Dockerfile + Procfile are included. Set MCP_AUTH_TOKEN so only requests
carrying the bearer token can connect, then deploy to any container host.
Tests
pytest
Install Marketing Analytics Server in Claude Desktop, Claude Code & Cursor
unyly install marketing-analytics-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add marketing-analytics-mcp-server -- uvx --from git+https://github.com/Dweeb1578/marketing-analytics-mcp acme-mcp-serverFAQ
Is Marketing Analytics Server MCP free?
Yes, Marketing Analytics Server MCP is free — one-click install via Unyly at no cost.
Does Marketing Analytics Server need an API key?
No, Marketing Analytics Server runs without API keys or environment variables.
Is Marketing Analytics Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Marketing Analytics Server in Claude Desktop, Claude Code or Cursor?
Open Marketing Analytics Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Marketing Analytics Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
