Google Search
Freeby MCP Community
A Model Context Protocol server for Google Search
v0.3.1Added Apr 12, 2026
Google Search MCP Server
A Model Context Protocol server for Google Search
Installation
Reviews
Installation
Quick install
npx -y @adenot/mcp-google-search
Add to claude_desktop_config.json
{
"mcpServers": {
"google-search": {
"command": "npx",
"args": ["-y", "@adenot/mcp-google-search"]
}
}
}