Skip to content
Cursor

google search for Cursor

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels

client:Cursor transport:stdio runtime:pypi

Install google search in Cursor

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

{
  "mcpServers": {
    "google-search": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-google-search"
      ]
    }
  }
}

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

google search in other clients