OQVA Marketing MCP
OfficialProvides integration with Google Analytics 4 for running reports, realtime data, managing key events, custom dimensions, and data streams.
Enables search analytics queries, sitemap management, URL inspection, and indexing requests via Google Search Console.
Integrates with Google Tag Manager for managing tags, triggers, variables, and publishing workspaces.
Integrates with Meta (Facebook and Instagram) for page insights, ad management, campaign control, and raw Graph API access.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OQVA Marketing MCPShow my top Google Search Console queries from last month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OQVA Marketing MCP
Connect Claude to your marketing data. This MCP server lets Claude read and manage your Google and Meta accounts directly:
Google Search Console — search analytics, sitemaps, URL inspection
Google Analytics 4 — reports, realtime, and configuration
Meta (Facebook & Instagram) — Page insights and Ads
Google Tag Manager — tags, triggers, variables, publishing
Google Business Profile — locations, performance, reviews (needs Google approval)
Install
macOS / Linux — paste this into a terminal:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/oqva-digital/oqva-marketing-mcp/main/install.sh)"Windows — download oqva-marketing-mcp-Windows-x86_64.exe from the
latest release and run:
oqva-marketing-mcp-Windows-x86_64.exe setupInstalling runs a guided setup that connects your accounts, checks each one, and adds the tool to Claude. Restart Claude when it finishes.
Related MCP server: GSC MCP Server v2 - Remote Edition
Setup
setup walks you through each account and verifies it as you go:
Google — you create a free Google Cloud OAuth client; setup opens your browser to sign in and stores the access for you. One sign-in covers Search Console, Analytics, Tag Manager, and Business Profile.
Meta — you paste a Business Manager access token; setup finds your Page and ad account for you.
Step-by-step credential guide: SETUP.md. Everything you enter is stored only on
your own computer, at ~/.oqva-marketing-mcp/.env.
Commands
oqva-marketing-mcp setup guided setup — connect accounts, register with Claude (run anytime)
oqva-marketing-mcp doctor check every connection
oqva-marketing-mcp auth re-do the Google sign-inTools
Tool | What it does |
| Which sources are configured (no secrets shown). Call first if something says "not configured". |
| Properties the OAuth account can read (confirms access + exact |
| Search Analytics — clicks/impressions/CTR/position by query/page/country/device/date. Live + filterable. |
| Submitted sitemaps + status. |
| Index/coverage/canonical for one URL. |
| GA4 Data API: sessions/users/conversions/events by any dimensions, any date range. |
| Active users in the last 30 min. |
| Business Profile accounts + locations. (needs GBP API approval) |
| Daily impressions/calls/website-clicks/directions for a location. (needs approval) |
| Reviews (rating, text, reply). (needs approval) |
| [write] Reply to a review. (needs approval) |
| [write-capable] Raw Meta Graph/Marketing API call — GET / POST / DELETE escape hatch. |
| Facebook Page insights. |
| Ad-account insights (only if you run Meta ads). |
| Enumerate Meta assets (ads audit). |
| List campaigns / audiences / pixels on an ad account. |
| [write] pause / archive / activate a campaign. |
| [write] delete a custom audience. |
| List your GA4 accounts/properties + their numeric ids. |
| [write] read / create Key events (conversions). |
| [write] read / create custom dimensions. |
| List data streams (+ measurement ids). |
| [write] GA4 Admin API escape hatch (audiences, property/stream edits). |
| [write] manage sitemaps + properties. |
| [write] request a recrawl (Indexing API). |
| [write + publish] Google Tag Manager API escape hatch (tags/triggers/variables → version → publish). |
Security
Credentials live only at
~/.oqva-marketing-mcp/.envon your machine, and go only to Google and Meta.Write tools are tagged
[WRITE]; Claude confirms before anything destructive or public (a review reply, a Tag Manager publish).
Build from source
One TypeScript file, no runtime dependencies. To run it from source instead of the binary:
npm install # TypeScript toolchain only
npm run setup # build, then guided setup
npm run doctor # check connections
npm start # run as the MCP serverRelease binaries are built with Bun:
./build.sh # compiles the macOS/Linux/Windows binaries into dist/Create a GitHub release and upload the five files; install.sh downloads them by name.
License
Apache-2.0 © OQVA.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oqva-digital/oqva-marketing-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server