Server data from the Official MCP Registry
Google search via Playwright with a warm Chrome profile. No API key, no proxies.
Google search via Playwright with a warm Chrome profile. No API key, no proxies.
This MCP server for Google search via headless Chrome is well-architected with proper error handling and reasonable security controls. The SSRF guard on URL extraction and CAPTCHA recovery design are commendable. However, several moderate concerns exist: the server spawns and manages browser processes with configurable sandboxing that can be disabled via environment variables, file system access is broad (profile/cache directories), and there are minor input validation gaps. Permissions are aligned with the server's purpose (web scraping), but users should be aware of the sandbox/TLS configuration risks. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
6 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CHROME_PATH
Environment variable: SURF_PROFILE_ROOT
Environment variable: SURF_LOCALE
Environment variable: SURF_TZ
Environment variable: SURF_HEADLESS
Environment variable: SURF_IDLE_CLOSE_MS
Environment variable: SURF_ALLOW_PRIVATE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-harimxchoi-google-surf-mcp": {
"env": {
"SURF_TZ": "your-surf-tz-here",
"CHROME_PATH": "your-chrome-path-here",
"SURF_LOCALE": "your-surf-locale-here",
"SURF_HEADLESS": "your-surf-headless-here",
"SURF_PROFILE_ROOT": "your-surf-profile-root-here",
"SURF_ALLOW_PRIVATE": "your-surf-allow-private-here",
"SURF_IDLE_CLOSE_MS": "your-surf-idle-close-ms-here"
},
"args": [
"-y",
"google-surf-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.