Back to Apps

Google Research MCP
by mixelpixx
Professional web research server for Claude, enabling high-quality Google searches and automated website content extraction.
0 stars
Works in:claude
Exposes:Tools
What it does
Provides an MCP interface to Google Search via SerpAPI, allowing AI agents to conduct deep research, verify facts, and extract clean content from multiple web pages simultaneously.
Tools
google_search: Perform Google searches with quality scores and authority ratings.extract_webpage_content: Strip boilerplate and extract readable markdown/text from a URL.extract_multiple_webpages: Concurrently extract content from up to 5 URLs.research_topic: Multi-source research that generates a structured synthesis prompt.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"google-research": {
"command": "C:\\Tools\\google-research-mcp.exe",
"env": {
"SERPAPI_KEY": "your_serpapi_key_here"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
Download google-research-mcp.exe and add to MCP configInformation
- Pricing
- freemium
- Published
- 7/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
claude-code
Add config to .claude/settings.jsonClaude Desktop
{
"mcpServers": {
"google-research": {
"command": "C:\\Tools\\google-research-mcp.exe",
"env": {
"SERPAPI_KEY": "your_serpapi_key_here"
}
}
}
}





