Live Marketing Data MCP MCP Server

Connect AI assistants to live Meta Ads, GA4, and Search Console data. 100% local, machine-locked encryption, no cloud relay.

Local serverstdioPython

What is the Live Marketing Data MCP MCP server?

Connect AI assistants to live Meta Ads, GA4, and Search Console data. 100% local, machine-locked encryption, no cloud relay. That is what the live marketing data mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

Marketing data is sensitive. Your ad spend, ROAS, keyword rankings, and conversion data are things you don't want floating around in the cloud. That's exactly why this MCP was built to be 100% local.

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

The tools it exposes

The server publishes 6 tools. What each one is for:

  • get_meta_ads_data — Fetch campaign-level insights from Meta Ads — spend, impressions, clicks, ROAS, CPC, CPM, and more. Supports custom date ranges and breakdowns
  • get_ga4_data — Pull reports from Google Analytics 4 — sessions, users, conversions, traffic sources, landing pages, and custom dimensions
  • get_search_console_data — Retrieve clicks, impressions, CTR, and average position from Google Search Console. Filter by query, page, country, or device
  • compare_periods — Compare marketing performance across two custom date ranges for any connected data source
  • activate_license — Activate your Pro license key to unlock unlimited tool calls
  • get_status — Check your current plan, remaining trial runs, and the connection status of all configured data sources

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Live Marketing Data MCP's toolset — get_meta_ads_data, get_ga4_data, get_search_console_data and 3 more — is a fair guide to whether it matches your workflow.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
get_meta_ads_dataFetch campaign-level insights from Meta Ads — spend, impressions, clicks, ROAS, CPC, CPM, and more. Supports custom date ranges and breakdowns.
get_ga4_dataPull reports from Google Analytics 4 — sessions, users, conversions, traffic sources, landing pages, and custom dimensions.
get_search_console_dataRetrieve clicks, impressions, CTR, and average position from Google Search Console. Filter by query, page, country, or device.
compare_periodsCompare marketing performance across two custom date ranges for any connected data source.
activate_licenseActivate your Pro license key to unlock unlimited tool calls.
get_statusCheck your current plan, remaining trial runs, and the connection status of all configured data sources.

How to install the Live Marketing Data MCP MCP server

{
  "mcpServers": {
    "live-marketing-data": {
      "command": "C:\\path\\to\\live-marketing-data-mcp.exe",
      "args": []
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Live Marketing Data MCP to get meta ads data.
  • Use Live Marketing Data MCP to get ga4 data.
  • Use Live Marketing Data MCP to get search console data.

Frequently asked questions

It connects Live Marketing Data MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (get_meta_ads_data, get_ga4_data, get_search_console_data, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Live Marketing Data MCP directly.