Skip to content
Cursor

google trends mcp for Cursor

io.github.purahmanian/google-trends-mcp

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

client:Cursor transport:stdio runtime:npm

Install google trends mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

google trends mcp in other clients