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
By pskill9
Installation
npx -y web-searchConfiguration
{
"mcpServers": {
"web-search": {
"command": "npx",
"args": ["-y", "web-search"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes