← Index

io.github.HarimxChoi/google-surf-mcp

io.github.HarimxChoi/google-surf-mcp·v0.3.2·Browser Automation
Quality Score
80
/100

Google search via Playwright with a warm Chrome profile. No API key, no proxies.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "google-surf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google-surf-mcp"
      ],
      "env": {
        "CHROME_PATH": "<chrome_path>",
        "SURF_PROFILE_ROOT": "<surf_profile_root>",
        "SURF_LOCALE": "<surf_locale>",
        "SURF_TZ": "<surf_tz>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "google-surf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google-surf-mcp"
      ],
      "env": {
        "CHROME_PATH": "<chrome_path>",
        "SURF_PROFILE_ROOT": "<surf_profile_root>",
        "SURF_LOCALE": "<surf_locale>",
        "SURF_TZ": "<surf_tz>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y google-surf-mcp
§02  Environment variables
CHROME_PATH

Absolute path to the Chrome binary. Auto-detected on Windows/macOS/Linux when omitted.

SURF_PROFILE_ROOT

Directory for the warm Chrome profile. Defaults to ~/.google-surf-mcp.

SURF_LOCALE

Browser locale, e.g. en-US.

SURF_TZ

IANA timezone, e.g. America/New_York. Defaults to system timezone.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Browser Automation