MCP Server
MCP
io.github.daanielcruz/gsearch
Free Google Search with inline citations for any MCP-compatible AI tool.
Install
npx -y @daanielcruz/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@daanielcruz/gsearch-mcp",
"version": "1.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Override auto-detected Google Cloud project ID (OAuth mode)",
"format": "string",
"name": "GSEARCH_PROJECT"
},
{
"description": "Gemini API key (enables direct API key mode, bypasses OAuth)",
"format": "string",
"isSecret": true,
"name": "GEMINI_API_KEY"
},
{
"description": "Alternate Gemini API key env var (same purpose as GEMINI_API_KEY)",
"format": "string",
"isSecret": true,
"name": "GSEARCH_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment