gitwtfhub

wtf is search-console-mcp?

sudomichael/search-console-mcp — explained in plain English

Analysis updated 2026-05-18

5TypeScriptAudience · developerComplexity · 2/5LicenseSetup · easy

TL;DR

An MCP server that connects Google Search Console to AI assistants like Claude, letting you ask questions about your site's search traffic in plain language.

Mindmap

mindmap
  root((Search Console MCP))
    What it does
      Connects GSC to AI chat
      Answers traffic questions
      Read-only access
    Tech stack
      TypeScript
      Node.js
      MCP protocol
    Use cases
      Diagnose traffic drops
      Find striking-distance pages
      Audit indexing status
    Audience
      SEO practitioners
      Website owners
    Setup
      One command login
      No Google Cloud project needed

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Ask an AI assistant which pages lost the most search traffic this month.

REASON 2

Find search queries close to reaching page one and get fix suggestions.

REASON 3

Check whether a specific URL is properly indexed by Google.

What's in the stack?

TypeScriptNode.jsMCP

How it stacks up

sudomichael/search-console-mcpcprecioso/tubecasterfarique/cursor-chat-explorer
Stars555
LanguageTypeScriptTypeScriptTypeScript
Last pushed2025-03-29
MaintenanceStale
Setup difficultyeasymoderateeasy
Complexity2/52/52/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

Requires Node.js and a Google account with access to a Search Console property.

Licensed under a permissive license shown in the project's LICENSE file, based on the license badge, exact terms not detailed in the README.

Wtf does this do

search-console-mcp lets you talk to your Google Search Console data through an AI assistant like Claude or Cursor, instead of digging through dashboards yourself. Google Search Console is Google's free tool for seeing how your website performs in search results, showing things like which search queries bring people to your site and whether your pages are properly indexed. This project connects that data to an AI chat assistant using MCP, short for Model Context Protocol, which is a standard way for AI assistants to plug into outside tools and data sources. What sets this project apart is how simple the setup is. Instead of requiring you to create a Google Cloud account, enable APIs, and manage credential files, which is the normal way other similar tools work, this one just needs you to run a single command and sign in with your Google account in your browser. The whole process takes about thirty seconds, and the login tokens are stored only on your own computer, never passing through anyone else's servers. The tool is also read-only by design, meaning it can see your search data but cannot make any changes to your website or account settings. Once connected, you can ask plain questions like which pages lost the most clicks this month, which search queries are close to reaching the first page of results, or whether a specific page is indexed by Google. The project also ships five ready-made analyses you can run, covering an overall health checkup, finding pages that compete with each other for the same search terms, spotting pages just outside the top results, diagnosing sudden traffic drops, and auditing indexing status. Setup requires Node.js, since the tool runs through npx, a command that runs Node packages without a separate install step. The README emphasizes that its privacy claims can be checked directly, since the authentication code is only about two hundred lines and is included in the project's source files.

Yoink these prompts

Prompt 1
Connect this to my Search Console and tell me which pages lost clicks this month.
Prompt 2
Show me my queries sitting at position 8 to 15 with the biggest opportunity.
Prompt 3
Run an indexing audit on my top pages and explain any issues in plain language.
Prompt 4
Set up this MCP server in Claude Code and walk me through the first login.

Frequently asked questions

wtf is search-console-mcp?

An MCP server that connects Google Search Console to AI assistants like Claude, letting you ask questions about your site's search traffic in plain language.

What language is search-console-mcp written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js, MCP.

What license does search-console-mcp use?

Licensed under a permissive license shown in the project's LICENSE file, based on the license badge, exact terms not detailed in the README.

How hard is search-console-mcp to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is search-console-mcp for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.