Google Search MCP Server
MCP Server built for use with VS Code / Cline / Anthropic - enable google search and ability to follow links and research websites
Overview
Google Search MCP Server is an MCP (Model Context Protocol) server that provides Google search capabilities and webpage content analysis tools, enabling AI models to perform Google searches and analyze webpage content programmatically.
To use the server, clone the repository, install the necessary dependencies, configure your Google API credentials, and run the server using the provided commands.
- Google Custom Search integration - Webpage content analysis - Batch webpage analysis - MCP-compliant interface
- Performing automated Google searches for data retrieval.
- Analyzing webpage content for research purposes.
- Batch processing of multiple webpages for content extraction.
Add to your AI client
Use these steps to connect Google Search MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"googlesearch-mcpserver-mixelpixx": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-googlesearch-mcpserver-mixelpixx"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"googlesearch-mcpserver-mixelpixx": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-googlesearch-mcpserver-mixelpixx"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"googlesearch-mcpserver-mixelpixx": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-googlesearch-mcpserver-mixelpixx"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"googlesearch-mcpserver-mixelpixx": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-googlesearch-mcpserver-mixelpixx"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"googlesearch-mcpserver-mixelpixx": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-googlesearch-mcpserver-mixelpixx"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"googlesearch-mcpserver-mixelpixx": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-googlesearch-mcpserver-mixelpixx"
]
}
}
}FAQ
What are the prerequisites for using the server?
You need Node.js, Python, a Google Cloud Platform account, a Custom Search Engine ID, and a Google API Key.
How do I get Google API credentials?
Follow the steps in the documentation to create a project in Google Cloud Console, enable the Custom Search API, and generate your API credentials.
Can I run the server on my local machine?
Yes! The server can be run locally after proper installation and configuration.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":775,"uuid":"75480c16-213e-4d63-b1f7-78b5dd994bac","name":"GoogleSearch_McpServer","title":"Google Search MCP Server","description":"MCP Server built for use with VS Code / Cline / Anthropic - enable google search and ability to follow links and research websites","avatar_url":"https://avatars.githubusercontent.com/u/11727006?v=4","created_at":"2024-12-30T03:31:15.311Z","updated_at":"2025-02-23T07:16:02.732Z","status":"created","author_name":"mixelpixx","author_avatar_url":"https://avatars.githubusercontent.com/u/11727006?v=4","tags":"google-search,mcp-server,web-analysis","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/mixelpixx/GoogleSearch_McpServer","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]