This MCP server provides a Node.js tool for executing Google searches using Playwright. It bypasses anti-scraping mechanisms, offering a local alternative to SERP APIs. It exposes search functionality and integrates with Google's search engine. Developers use it to build AI agents that need to scrape search results without relying on third-party APIs.
This MCP server provides a Node.js tool for executing Google searches using Playwright. It bypasses anti-scraping mechanisms, offering a local alternative to SERP APIs. It exposes search functionality and integrates with Google's search engine. Developers use it to build AI agents that need to scrape search results without relying on third-party APIs.
npx -y google-search-cliAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"web-agent-master-google-search-github": {
"command": "npx",
"args": [
"-y",
"npx -y google-search-cli"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from google search?"
No configuration required. This server works out of the box.
"What resources are available in google search?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in google search"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in google search with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.