Google-Search-MCP-Server
An advanced MCP server that enables comprehensive Google search capabilities and AI-powered research synthesis.
This Google Research MCP Server is designed to enhance the research process by providing intelligent source quality assessment and deduplication. It supports multiple search providers, allowing users to choose the best option for their needs, whether for general use, AI research, or legacy support. With a focus on privacy and cost-effectiveness, the server is built for compatibility with Claude Code, Claude Desktop, and other MCP-compatible clients. Version 3.0.0 introduces multi-provider search support, making it easier for users to access a variety of search engines. The server offers a free tier for each provider, ensuring that users can conduct research without incurring costs. The Brave search provider is recommended for most use cases due to its generous free tier and privacy features, while Tavily is optimized for AI research and synthesis.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"google-search-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-search-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions