← Back to browse

google-search-console

Indexed by io.github.sarahpark

About

Google Search Console MCP server — search analytics, URL inspection, and sitemaps

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGOOGLE_APPLICATION_CREDENTIALS
Claude Code
claude mcp add --env GOOGLE_APPLICATION_CREDENTIALS= google-search-console -- npx @sarahpark/google-search-console-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"google-search-console","command":"npx","args":["@sarahpark/google-search-console-mcp"],"env":{"GOOGLE_APPLICATION_CREDENTIALS":""}}'
JSON
{
  "mcpServers": {
    "google-search-console": {
      "command": "npx",
      "args": [
        "@sarahpark/google-search-console-mcp"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.