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
{
"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