Back to MCP Directory
G Search
Model Context Protocol moderate risk

G Search

G-Search MCP enables parallel Google searches using multiple keywords, returning structured JSON results, while handling CAPTCHAs and simulating user behavior.

Connections & Capabilities

Connects To

GitHubPlaywright

Capabilities

readexec

Quickstart

Install

npx -y g-search-mcp

Config

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

Exposed MCP Tools (1)

safe
search

Executes Google searches with provided keywords and returns structured results.

Primarily a read operation; retrieves data from Google Search.

Safety Assessment

G-Search MCP is relatively safe for general use, as it primarily performs read operations (search). However, enabling debug mode or misconfiguring parameters could increase risk. It's crucial to monitor resource usage and network activity.

  • Simulates user behavior to avoid detection.
  • Returns structured data in JSON format.
  • Supports configurable parameters for safety.
  • Handles CAPTCHA automatically.
  • Requires internet access.
  • Can potentially expose IP address.
  • Relies on external website (Google) which can change.
  • Debug mode shows browser window, potentially exposing information.