MCP.so
Sign In

Google Search MCP Server

@gradusnikov

About Google Search MCP Server

No overview available yet

Basic information

Category

Search

Runtime

python

Transports

stdio

Publisher

gradusnikov

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "google-search-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@gradusnikov/google-search-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Google Search MCP Server?

A Model Context Protocol (MCP) server that provides Google Custom Search functionality, allowing AI assistants to perform web searches via the Google Custom Search API.

How to use Google Search MCP Server?

Install via Smithery (npx -y @smithery/cli install @gradusnikov/google-search-mcp-server --client claude) or manually by cloning the repo, installing dependencies (fastmcp, google-api-python-client, python-dotenv), and configuring GOOGLE_API_KEY and GOOGLE_CSE_ID in a .env file. Start the server with mcp run google_search_mcp_server.py or add it to the Claude Desktop configuration.

Key features of Google Search MCP Server

Use cases of Google Search MCP Server

FAQ from Google Search MCP Server

Comments

More Search MCP servers