Skip to content
Cursor

gsearch for Cursor

io.github.daanielcruz/gsearch

Free Google Search with inline citations for any MCP-compatible AI tool.

client:Cursor transport:stdio runtime:npm

Install gsearch in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gsearch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@daanielcruz/gsearch-mcp"
      ],
      "env": {
        "GSEARCH_PROJECT": "<GSEARCH_PROJECT>",
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "GSEARCH_API_KEY": "<GSEARCH_API_KEY>"
      }
    }
  }
}

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

gsearch in other clients