G Search MCP Server

MCP server for Google search using Playwright browser

Local serverstdio

What is the G Search MCP MCP server?

Most browser automation work still happens through a UI a human drives. G Search MCP MCP server moves it into the conversation instead. MCP server for Google search using Playwright browser.

The short version

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

  • search - Execute Google searches with multiple keywords and return results
  • Uses Playwright browser to perform searches
  • Supports the following parameters:
  • queries: Array of search queries to execute (required parameter)
  • limit: Maximum number of results to return per query, default is 10
  • timeout: Page loading timeout in milliseconds, default is 60000 (60 seconds)

The tools it exposes

The server publishes 1 tool. What each one is for:

  • Prerequisites — The Prerequisites tool exposed by this server

Getting it running

Installation goes through your MCP client rather than a global install: point it at g-search-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

What it needs from you

  • Node.js 18 or higher - NPM or Yarn

How it compares

Among the browser automation options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. G Search MCP's toolset — Prerequisites — is a fair guide to whether it matches your workflow. It is maintained by jae-jae; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against G Search MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.

How to install the G Search MCP MCP server

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

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Node.js 18 or higher - NPM or Yarn

Example prompts to try

  • Use G Search MCP to Prerequisites.

Frequently asked questions

It connects G Search MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Prerequisites) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with G Search MCP directly.