Index live · v1.3.0 · MAY 30 2026

Google Search Console

Community

A community Google Search Console MCP server (no official Google GSC MCP exists). It exposes around 20 tools across the GSC surface: property listing, search-analytics queries with period-over-period comparison, batch URL inspection, and sitemap management. Authenticates via Google OAuth (browser flow) or a service account, runs locally over stdio (uvx-installable), and works with Claude, Cursor, Codex, and Gemini CLI. Together with the GA4 and Ahrefs servers it completes an SEO measurement trinity.

stdioPythonAPI Key Required
915stars
915 stars

Configuration

{
  "mcpServers": {
    "google-search-console": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-google-search-console"
      ],
      "env": {
        "GOOGLE_SEARCH_CONSOLE_API_KEY": "your-api-key-here"
      }
    }
  }
}

Add this to your claude_desktop_config.json file.

Quick Stats

Trust LevelCommunity
Stars915
Transportstdio
API KeyRequired
LanguagePython
CategoryAnalytics & Monitoring
View on GitHub

Tags

seosearch-consolegooglesearch-analyticsindexing

AgenticSkills Audit

Automated framework checks. Deep code review tracked separately. Read the methodology →

4/7
4 of 7 automated checks passed
Audited May 30, 2026
SECURITY.md published
Mitigates: Coordinated disclosure pathNo SECURITY.md in repo root, .github/, or docs/
Commit in last 90 days
Mitigates: Maintainer abandonmentLast push 29 day(s) ago
≥2 active contributors
Mitigates: Bus-factor of one2 contributors with ≥2 commits
Evidence
CI pipeline configured
Mitigates: Code health regressionNo .github/workflows directory
Dependency lockfile committed
Mitigates: Dependency confusionuv.lock
Evidence
Software Bill of Materials (SBOM)
Mitigates: Audit trailNo SBOM file present
License declared
Mitigates: Legal ambiguityMIT

Deep framework checks (OAuth 2.1 / PKCE implementation, input validation, sandboxing) require human source review and are tracked separately. This scorecard covers programmatically verifiable signals only.