Google data (Trends, YouTube, Ads Transparency, Play) MCP Server

An MCP server for four Google data surfaces that answer to plain HTTP - no API key, no browser, no scraping service. It runs locally over stdio via the published package.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-10 · ★ 2 · #209 OF 255 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-09-18

Python servers · how we verify → /methodology

01 · Install Google data (Trends, YouTube, Ads Transparency, Play)

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add ducnhd-google-data-mcp -- uvx google-data-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ducnhd-google-data-mcp": {
      "command": "uvx",
      "args": [
        "google-data-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-06 - young repo, little track record yet

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package google-data-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.ducnhd is GitHub-verified and matches the repo owner

03 · What Google data (Trends, YouTube, Ads Transparency, Play) can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

Trends values are relative within a single request. Two separate google_trends_interest calls are not comparable to each other; that is what google_trends_compare is for. Google caps a comparison at 5 terms and silently drops a 6th, so a 6th is refused rather than quietly ignored. Play reviews differ per locale. Each hl/gl pair returns a different set of reviews - six locales gave 120 unique reviews of the same app.

04 · Who maintains Google data (Trends, YouTube, Ads Transparency, Play)

Google data (Trends, YouTube, Ads Transparency, Play) is maintained by ducnhd. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
browser automation - ranked #209 of 255 actively-maintained browser automation servers as of 2026-09-18.
registry
io.github.ducnhd/google-data-mcp (active, first published 2026-08-10)
packages
pypi:google-data-mcp

06 · Google data (Trends, YouTube, Ads Transparency, Play) FAQ

What is Google data (Trends, YouTube, Ads Transparency, Play)?

An MCP server for four Google data surfaces that answer to plain HTTP - no API key, no browser, no scraping service. It runs locally over stdio via the published package.

Is Google data (Trends, YouTube, Ads Transparency, Play) still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-10. We re-verify nightly.

How do I install Google data (Trends, YouTube, Ads Transparency, Play)?

Run `uvx google-data-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Google data (Trends, YouTube, Ads Transparency, Play) run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Google data (Trends, YouTube, Ads Transparency, Play)

More browser automation MCP servers · Thinkrun · E2 LLM · Droidsight · Electron Stagewright MCP Server · ellmos Blender Use

More Python MCP servers · Yandex Lavka MCP · Openeye · Skylos · Kvm Pilot · SmartCLI - drive terminal TUIs · see all