Submit

Google Search Console Mcp Server

@Shin-sibainu

A Model Context Protocol (MCP) server that provides programmatic access to Google Search Console API data through Claude Code and Cursor.

Tools

Server Config

{
  "mcpServers": {
    "google-search-console": {
      "command": "npx",
      "args": [
        "google-search-console-mcp-server"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "your-client-id.apps.googleusercontent.com",
        "GOOGLE_CLIENT_SECRET": "your-client-secret",
        "GOOGLE_REDIRECT_URI": "http://localhost:8080",
        "GOOGLE_REFRESH_TOKEN": "your-refresh-token"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.