Skip to content
Grok

Google data (Trends, YouTube, Ads Transparency, Play) for Grok

io.github.ducnhd/google-data-mcp

Google Trends, YouTube, Ads Transparency and Play reviews over plain HTTP. No API key.

client:Grok transport:stdio runtime:pypi

Install Google data (Trends, YouTube, Ads Transparency, Play) in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Google data (Trends, YouTube, Ads Transparency, Play) in other clients