Google Search Console MCP (mcp-gsc)
Ask questions of your Google Search Console performance, indexing and URL inspection data.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
SEOs and site owners who want to interrogate their own Search Console data in conversation instead of exporting reports.
You can't create Google Cloud OAuth credentials or a service account; setup requires one.
About Google Search Console MCP (mcp-gsc)
mcp-gsc is a community MCP server that connects Google Search Console to AI assistants including Claude Desktop, Cursor, Codex CLI and Gemini CLI. Its tools cover search analytics by query and page, URL inspection with batch checks and rich-result issues, and indexing diagnostics. It authenticates with Google OAuth client secrets or a service account. The author also offers a separate hosted version.
Google Search Console MCP (mcp-gsc) is an open-source project written primarily in Python, with 1.7k stars on GitHub. It was last updated in September 2026.
Add Google Search Console MCP (mcp-gsc) to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add mcp-gsc -e GSC_OAUTH_CLIENT_SECRETS_FILE=/path/to/client_secrets.json -- uvx mcp-search-consoleCursor
{
"mcpServers": {
"mcp-gsc": {
"command": "uvx",
"args": ["mcp-search-console"],
"env": {
"GSC_OAUTH_CLIENT_SECRETS_FILE": "/path/to/client_secrets.json"
}
}
}
}VS Code
{
"servers": {
"mcp-gsc": {
"type": "stdio",
"command": "uvx",
"args": ["mcp-search-console"],
"env": {
"GSC_OAUTH_CLIENT_SECRETS_FILE": "/path/to/client_secrets.json"
}
}
}
}Claude Desktop
{
"mcpServers": {
"mcp-gsc": {
"command": "uvx",
"args": ["mcp-search-console"],
"env": {
"GSC_OAUTH_CLIENT_SECRETS_FILE": "/path/to/client_secrets.json"
}
}
}
}Codex
[mcp_servers.mcp-gsc]
command = "uvx"
args = ["mcp-search-console"]
env = { GSC_OAUTH_CLIENT_SECRETS_FILE = "/path/to/client_secrets.json" }Google Search Console MCP (mcp-gsc) vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Google Search Console MCP (mcp-gsc)this listing | 1.7k | Python | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 Google Search Console MCP (mcp-gsc) alternatives, compared →
