drio
Open app

Google Search MCP Server

Source

An MCP (Model Context Protocol) server that provides Google search capabilities and webpage content analysis tools. This server enables AI models to perform Google searches and analyze webpage content programmatically.

Catalog onlyCatalog onlySTDIO

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 scripts.

  • Advanced Google Search with filtering options (date, language, country, safe search) - Detailed webpage content extraction and analysis - Batch webpage analysis for comparing multiple sources - Environment variable support for API credentials - Comprehensive error handling and user feedback - MCP-compliant interface for seamless integration with AI assistants
  1. Performing advanced searches for specific topics with filters.
  2. Extracting and analyzing content from webpages for research.
  3. Comparing information from multiple sources for comprehensive insights.

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": {
    "google-search-mcp-server-mixelpixx": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-google-search-mcp-server-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": {
    "google-search-mcp-server-mixelpixx": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-google-search-mcp-server-mixelpixx"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "google-search-mcp-server-mixelpixx": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-google-search-mcp-server-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": {
    "google-search-mcp-server-mixelpixx": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-google-search-mcp-server-mixelpixx"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "google-search-mcp-server-mixelpixx": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-google-search-mcp-server-mixelpixx"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "google-search-mcp-server-mixelpixx": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-google-search-mcp-server-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.

Is there a way to run the server on different platforms?

Yes, the server can be run on Windows and other platforms with the appropriate configurations.

How does the error handling work?

The server provides detailed error messages for missing credentials, failed requests, and network issues.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2072,"uuid":"e1f2a003-cac9-4945-ac92-80d0da4c5fb0","name":"Google Search MCP Server","title":"Google Search MCP Server","description":"An MCP (Model Context Protocol) server that provides Google search capabilities and webpage content analysis tools. This server enables AI models to perform Google searches and analyze webpage content programmatically.","avatar_url":null,"created_at":"2025-03-08T05:31:16.718Z","updated_at":"2025-03-13T04:58:21.404Z","status":"created","author_name":"mixelpixx","author_avatar_url":null,"tags":"google-search,mcp-server,web-content-analysis","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/mixelpixx/Google-Search-MCP-Server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":"95d44df1-8ea4-419f-95c1-d39206e65c8c","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"}]]}]