Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"google-search-console": {
"args": [
"mcp-google-search-console"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Read this in: English | Italiano
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'mcp-google-search-console' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-google-search-console against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing / analytics
MCP Server for GCP environment for interacting with various Observability APIs.
DataForSEO API modelcontextprotocol server
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
MCP server that enables AI agents to perform comprehensive web audits using Google Lighthouse with 13+ tools for performance, accessibility, SEO, and security analysis.
MCP Security Weekly
Get CVE alerts and security updates for io.github.acamolese/google-search-console-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Read this in: English | Italiano
Open-source Model Context Protocol (MCP) server for Google Search Console. Brings your Search Console performance data, URL inspection, indexing checks, and sitemaps into Claude Code, Claude Desktop, Cursor, Zed, Continue, and any MCP-compatible client, and generates complete brandable HTML SEO audit reports in a single call.
If you work with SEO and use an AI coding assistant, this MCP server removes the copy-paste loop between Search Console and your chat: ask for top queries, check which pages are indexed, inspect a URL, or produce a 30/60/90-day SEO roadmap as an HTML report, all without leaving the assistant.
webmasters.readonly OAuth scope)gsc_audit: one-call generator for a self-contained HTML SEO report with Chart.js graphs, automatic issue detection, concrete examples, actionable strategy and a 30/60/90-day roadmapbranding.json, perfect for agencies delivering white-label auditsuvx: no clone, no virtualenv, runs straight from PyPImcp-google-search-console| Tool | Description |
|---|---|
gsc_sites | List all verified sites |
gsc_site_details | Details of a specific site |
gsc_query | Performance report with dimensions (query, page, country, device, date) |
gsc_performance_overview | Aggregated metrics for a period (clicks, impressions, CTR, position) |
gsc_indexing_issues | Check indexing status for a list of pages |
gsc_inspect_url | Detailed URL Inspection for a single page |
gsc_sitemaps | List all sitemaps submitted for a site |
gsc_audit | Generate a complete HTML audit report for a date range |
uvx (recommended, zero setup)Run directly from PyPI, no clone or venv required:
uvx mcp-google-search-console auth # one-time OAuth authorization
uvx mcp-google-search-console # start the MCP server
pipxpipx install mcp-google-search-console
mcp-google-search-console auth
mcp-google-search-console
git clone https://github.com/acamolese/google
... [View full README on GitHub](https://github.com/acamolese/google-search-console-mcp#readme)