mcpbeat Sign in

Google Trends MCP Server

local only

Google Trends MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 212 installs a week from npm. Last commit 6 Jun 2026.

Google Trends MCP server: interest over time, comparisons, related queries, trending searches

Installs per day peak 27 · avg 10 · -5% w/w
a month agotoday
212
Installs / week
npm · google-trends-mcp
0
Stars
0 open issues
6 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Google Trends MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add google-trends-mcp -- npx -y google-trends-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-trends-mcp": {
      "args": [
        "-y",
        "google-trends-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.google-trends-mcp]
command = "npx"
args = ["-y", "google-trends-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "google-trends-mcp": {
      "args": [
        "-y",
        "google-trends-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "google-trends-mcp": {
      "args": [
        "-y",
        "google-trends-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Google Trends MCP

same job, measured the same way
Google News & Trends MCP
by akzar1el

Query Google News RSS feeds and search interest over time via Google Trends.

527 installs/wk local only
HasData Google Trends
by hasdata

Google Trends interest over time, by region, and related queries and topics, as JSON.

197 installs/wk answering
Google Trends API
by trendsapi

Google Trends search interest over time with growth metrics. Free key at trendsapi.ai

4 tools answering
Google Flights
by andreacappelletti97

MCP server for Google Flights: search, price tracking, cabin comparison, emissions, and more.

135 installs/wk local only
Google Trends
by pipeworx-io

MCP server for google-trends

37 tools answering
Google Trends MCP
by trendsmcp

Google Trends: Search, Images, News, Shopping over time, growth metrics. Free key at trendsmcp.ai

4 tools answering
MCP Gsc
by pijusz

Google Search Console MCP server — query performance, sitemaps, indexing & more

351 installs/wk local only
CodeWiki MCP — AI-generated docs for GitHub repos
by izzzzzi

MCP server for codewiki.google: search repos, fetch wiki docs, ask questions

59 installs/wk local only

Google Trends MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Trends MCP?
Google Trends MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package google-trends-mcp was installed 212 times last week.
How do I connect Google Trends MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls google-trends-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Google Trends MCP?
The npm package google-trends-mcp was installed 212 times in the last week. Week over week that is -5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Google Trends MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.