Google Search MCP Server
@mixelpixx
About Google Search MCP Server
MCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
4Search Google and get quality-scored results with authority ratings
Extract clean readable content from any URL
Extract up to 5 URLs concurrently
Multi-source research that returns a structured synthesis prompt
Overview
What is Google Search MCP Server?
A standalone Windows MCP server that gives Claude Google search and web research capabilities, powered by SerpAPI. It ships as a single self-contained .exe — no Node.js, no npm install, no external runtime.
How to use Google Search MCP Server?
Download the pre-built .exe from the releases page, place it permanently, and configure your SerpAPI key in the env block of your MCP client config (e.g., claude_desktop_config.json). Restart Claude Desktop after saving. The server also offers a GUI installer when double-clicked, plus CLI subcommands (init, uninstall, status, diagnose, service).
Key features of Google Search MCP Server
- Self-contained Windows executable, no runtime dependencies
- Google search with quality-scored results and authority ratings
- Webpage content extraction (single or up to 5 URLs concurrently)
- Multi‑source research returning a structured synthesis prompt
- Bundled skills and agent that Claude invokes automatically
- Supports both stdio and HTTP transport modes
Use cases of Google Search MCP Server
- Enhance Claude with real‑time web search and research
- Fact‑check claims against multiple authoritative sources
- Locate official documentation and API references
- Track recent news and developments on a topic
- Perform competitive analysis and market landscape research
FAQ from Google Search MCP Server
What are the requirements?
Windows 10/11 (64‑bit), a SerpAPI account and API key (free tier: 100 searches/month). No other runtime needed.
How do I configure my SerpAPI key?
Set SERPAPI_KEY in the env block of your MCP client config (e.g., claude_desktop_config.json). Alternatively, use the GUI installer or service install to save the key to a config file at %USERPROFILE%\.google-research-mcp\config.toml.
What transport modes are available?
Two modes: stdio (default, used by Claude Desktop/Code) and http (for HTTP‑based MCP clients like LM Studio). Set MCP_TRANSPORT=http to enable HTTP mode. The HTTP endpoint binds to 0.0.0.0 and is not authenticated — only use on trusted networks.
What are the rate limits?
The free SerpAPI plan allows 100 searches per month. During research_topic, each source may count as one search. Exceeding the limit returns a 429 error.
How can I troubleshoot missing tools or timeouts?
Ensure SERPAPI_KEY is set correctly, restart Claude after config changes, and verify JSON syntax (no trailing commas, use double backslashes on Windows). For timeouts, increase the per‑tool‑call timeout to at least 30 seconds and run google-research-mcp.exe diagnose to measure a live call.
More Search MCP servers
Search Console Mcp
saurabhsharma2uSearch & analytics data as infrastructure — MCP server for Google Search Console, Bing Webmaster Tools, and GA4, designed for AI agents and automation.
Google News MCP Server
ChanMeng666【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
Google Search Console MCP Server
ahonnA Model Context Protocol (MCP) server providing access to Google Search Console
G-Search MCP
jae-jaeA powerful MCP server for Google search that enables parallel searching with multiple keywords simultaneously.
Comments