Back to MCP Servers
🔌

jae-jae/g-search-mcp

MIT

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

TypeScriptCommunication

Install

npx -y -y g-search-mcp

claude_desktop_config.json

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

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.