mcpbeat Sign in

Google Custom Search MCP Server

local only

Google Custom Search MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 30 Aug 2026.

MCP server for Google Custom Search: web and image search via a Programmable Search Engine.

Installs / week
npm · mcp-google-custom-search
0
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Google Custom Search MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-google-custom-search -- npx -y mcp-google-custom-search
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-google-custom-search": {
      "args": [
        "-y",
        "mcp-google-custom-search"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-google-custom-search]
command = "npx"
args = ["-y", "mcp-google-custom-search"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-google-custom-search": {
      "args": [
        "-y",
        "mcp-google-custom-search"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-google-custom-search": {
      "args": [
        "-y",
        "mcp-google-custom-search"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Google Custom Search MCP

same job, measured the same way
MCP Gemini
by crunchtools

MCP server for Google Gemini AI - text, image, video, research, and more

95 installs/wk local only
Serpapi MCP
by serpapi

Official SerpApi MCP server for Google, Bing, and other search engines.

answering
MCP Serp
by acedatacloud

MCP server for Google search results via SERP API

1 637 installs/wk answering
iFlow Search
by zhengyanglsun

MCP server for iFlow Search web search, image search, and URL fetch tools.

41 installs/wk local only
Google Image
by codechap

MCP server for Google Gemini image generation and editing

local only
Serpapi Hotels
by pulsemcp

MCP server for searching Google Hotels via SerpAPI — hotel search, pricing, ratings, and reviews.

78 installs/wk local only
Searxng MCP
by aicrafted

MCP server for SearXNG aggregator — web search across multiple engines via Model Context Protocol

local only
Sylex Search
by mastadoonprime

Universal search engine for AI agents. Discover products, services, and businesses via MCP.

96 installs/wk 3 tools answering

Google Custom Search MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Custom Search MCP?
Google Custom Search MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-google-custom-search.
How do I connect Google Custom Search MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-google-custom-search straight from npm; nothing to host, nothing to sign up for.
Is Google Custom Search MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.