Skip to main content
Browser AutomationTypeScript

pskill9/web-search

An MCP server that enables free web searching using Google search results, with no API keys required.

browser-automationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/pskill9/web-search

Claude Desktop configuration example:

{
  "mcpServers": {
    "web-search": {
      "command": "npx",
      "args": [
        "-y",
        "pskill9/web-search"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
TypeScript
Author
pskill9