Google MCP Server

MCP server for Google Search with API key rotation

Local serverstdioTypeScript

What is the Google MCP server?

If you already use Google, the google mcp server is the piece that lets your assistant work with it directly. MCP server for Google Search with API key rotation.

What the server does

A Model Context Protocol (MCP) server that provides Google Search functionality with automatic API key rotation and intelligent quota management.

  • Official Google Custom Search API integration
  • Automatic API key rotation for increased daily limits
  • Persistent quota tracking — across sessions and directories
  • Multi-language and geolocation support
  • Advanced search filters (date, file type, site-specific)
  • SafeSearch content filtering

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Scripts — The Scripts tool exposed by this server

Installation

Installation goes through your MCP client rather than a global install: point it at @kyaniiii/google-search-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Credentials and setup notes

  • Node.js 18+ - TypeScript - Google Cloud account

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Google's toolset — Prerequisites, Scripts — is a fair guide to whether it matches your workflow. It is maintained by kyaniiii; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
ScriptsThe Scripts tool exposed by this server.

How to install the Google MCP server

{
  "mcpServers": {
    "google-search-1": {
      "command": "npx",
      "args": ["-y", "@kyaniiii/google-search-mcp"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Node.js 18+ - TypeScript - Google Cloud account

Example prompts to try

  • Use Google to Prerequisites.
  • Use Google to Scripts.

Frequently asked questions

It connects Google to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Prerequisites, Scripts) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Google directly.