MCP Server
MCP
io.github.zoharbabin/google-researcher
MCP server providing Google Search, web scraping, and multi-source research tools for AI assistants
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "google-researcher-mcp",
"version": "6.3.3",
"runtimeHint": "node",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google Custom Search API key",
"isRequired": true,
"isSecret": true,
"name": "GOOGLE_CUSTOM_SEARCH_API_KEY"
},
{
"description": "Google Programmable Search Engine ID",
"isRequired": true,
"name": "GOOGLE_CUSTOM_SEARCH_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment