princehaku/playwright-search-mcp
A Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute searches and extract results from **any search engine**. It can be used directly as a command-line tool or as a Model Context Protocol (MCP) server to provide real-time search capabilities to AI assistants like Claude.
Platform-specific configuration:
{
"mcpServers": {
"playwright-search-mcp": {
"command": "npx",
"args": [
"-y",
"playwright-search-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...