Odel
google trends mcp

google trends mcp

Local
@purahmanianTypeScriptMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgoogle-trends-mcpv0.1.1

Run

npx -y google-trends-mcp

MCP client config

{
  "mcpServers": {
    "google-trends-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google-trends-mcp"
      ]
    }
  }
}