PluginBench
MCP Server

io.github.purahmanian/google-trends-mcp MCP Server

io.github.purahmanian/google-trends-mcp

What is the io.github.purahmanian/google-trends-mcp MCP server?

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

How to install io.github.purahmanian/google-trends-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-trends-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google-trends-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "google-trends-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google-trends-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "google-trends-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google-trends-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "google-trends-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "google-trends-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add google-trends-mcp -- npx -y google-trends-mcp

Related MCP servers

macOS-first MCP bridge for FL Studio using CoreMIDI and FL Studio Python MIDI scripts.

View repository →

Jungle Scout MCP server: keyword volumes, product database, sales estimates, share of voice

View repository →

MCP server for Keepa Amazon price and sales rank history API

View repository →
io.github.purahmanian/google-trends-mcp MCP Server | PluginBench