Skip to main content
Search & Data ExtractionTypeScript

jae-jae/g-search-mcp

A powerful MCP server for Google search that enables parallel searching with multiple keywords simultaneously.

search-data-extractionlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/jae-jae/g-search-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "g-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jae-jae/g-search-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
jae-jae