A Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches. Local alternative to SERP APIs with MCP server integration.
| Tool name | Description | Destructive? |
|---|---|---|
| google-search | ✓ no |
{
"mcpServers": {
"google-search": {
"command": "npx",
"args": [
"-y",
"google-search-cli"
]
}
}
}