Skip to content
Agent Search Engine.

Record · mcp-gscMCP serverOpen sourceVerified Sep 23, 2026

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.

Best for

SEOs and site owners who want to interrogate their own Search Console data in conversation instead of exporting reports.

Avoid if

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 CodeRun in your terminal
claude mcp add mcp-gsc -e GSC_OAUTH_CLIENT_SECRETS_FILE=/path/to/client_secrets.json -- uvx mcp-search-console
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "mcp-gsc": {
      "command": "uvx",
      "args": ["mcp-search-console"],
      "env": {
        "GSC_OAUTH_CLIENT_SECRETS_FILE": "/path/to/client_secrets.json"
      }
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "mcp-gsc": {
      "type": "stdio",
      "command": "uvx",
      "args": ["mcp-search-console"],
      "env": {
        "GSC_OAUTH_CLIENT_SECRETS_FILE": "/path/to/client_secrets.json"
      }
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "mcp-gsc": {
      "command": "uvx",
      "args": ["mcp-search-console"],
      "env": {
        "GSC_OAUTH_CLIENT_SECRETS_FILE": "/path/to/client_secrets.json"
      }
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.mcp-gsc]
command = "uvx"
args = ["mcp-search-console"]
env = { GSC_OAUTH_CLIENT_SECRETS_FILE = "/path/to/client_secrets.json" }

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

Google Search Console MCP (mcp-gsc) vs. the alternatives

All 163 alternatives →
RecordStarsPricing
Google Search Console MCP (mcp-gsc)MCP serverthis listing1.7kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 Google Search Console MCP (mcp-gsc) alternatives, compared →