Back to MCP Servers

Web Search

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

browser-automationgoapi

Installation

npx -y web-search

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub