sudomichael/search-console-mcp — explained in plain English
Analysis updated 2026-05-18
Ask an AI assistant which pages lost the most search traffic this month.
Find search queries close to reaching page one and get fix suggestions.
Check whether a specific URL is properly indexed by Google.
| sudomichael/search-console-mcp | cprecioso/tubecaster | farique/cursor-chat-explorer | |
|---|---|---|---|
| Stars | 5 | 5 | 5 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | — | 2025-03-29 | — |
| Maintenance | — | Stale | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js and a Google account with access to a Search Console property.
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.
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.
Mainly TypeScript. The stack also includes TypeScript, Node.js, MCP.
Licensed under a permissive license shown in the project's LICENSE file, based on the license badge, exact terms not detailed in the README.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.