← Back to Plugins
MCP Server MCP

io.github.zoharbabin/google-researcher

github By github 👁 3 views ▲ 0 votes

MCP server providing Google Search, web scraping, and multi-source research tools for AI assistants

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...