search - Execute Google searches with multiple keywords and return results
Example usage:
Example response:
Usage Tips
Handling Special Website Scenarios
Adjusting Search Parameters
Search Result Quantity: For more search results:This will set the limit: 20 parameter.
Increase Timeout Duration: For slow loading situations:This will adjust the timeout parameter to 120000 milliseconds.
Locale Settings Adjustment
Change Search Region: Specify a different locale setting:This will set the locale: "zh-CN" parameter.
Debugging and Troubleshooting
Enable Debug Mode
Dynamic Debug Activation: To display the browser window during a specific search operation:This sets debug: true even if the server was started without the --debug flag.
Installation
Prerequisites
Node.js 18 or higher
NPM or Yarn
Install from Source
Clone the repository:
Install dependencies:
Install Playwright browser:
Build the server:
Development
Auto Rebuild (Development Mode)
Using MCP Inspector for Debugging
Related Projects
fetcher-mcp: A powerful MCP server for fetching web page content using Playwright headless browser. Features intelligent content extraction, parallel processing, resource optimization, and more, making it an ideal tool for web content scraping.
search - Execute Google searches with multiple keywords and return results
Example usage:
Example response:
Usage Tips
Handling Special Website Scenarios
Adjusting Search Parameters
Search Result Quantity: For more search results:This will set the limit: 20 parameter.
Increase Timeout Duration: For slow loading situations:This will adjust the timeout parameter to 120000 milliseconds.
Locale Settings Adjustment
Change Search Region: Specify a different locale setting:This will set the locale: "zh-CN" parameter.
Debugging and Troubleshooting
Enable Debug Mode
Dynamic Debug Activation: To display the browser window during a specific search operation:This sets debug: true even if the server was started without the --debug flag.
Installation
Prerequisites
Node.js 18 or higher
NPM or Yarn
Install from Source
Clone the repository:
Install dependencies:
Install Playwright browser:
Build the server:
Development
Auto Rebuild (Development Mode)
Using MCP Inspector for Debugging
Related Projects
fetcher-mcp: A powerful MCP server for fetching web page content using Playwright headless browser. Features intelligent content extraction, parallel processing, resource optimization, and more, making it an ideal tool for web content scraping.