← Back to browse

MCP Search Console

Indexed by io.github.Ayo-Fam

About

Multi-account Google Search Console MCP: analytics, URL inspection, sitemaps across named accounts.

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 varsGSC_ACCOUNTS_CONFIG GSC_ALLOW_DESTRUCTIVE
Claude Code
claude mcp add --env GSC_ACCOUNTS_CONFIG= --env GSC_ALLOW_DESTRUCTIVE= mcp-search-console -- uvx mcp-search-console-multi
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":"mcp-search-console","command":"uvx","args":["mcp-search-console-multi"],"env":{"GSC_ACCOUNTS_CONFIG":"","GSC_ALLOW_DESTRUCTIVE":""}}'
JSON
{
  "mcpServers": {
    "mcp-search-console": {
      "command": "uvx",
      "args": [
        "mcp-search-console-multi"
      ],
      "env": {
        "GSC_ACCOUNTS_CONFIG": "",
        "GSC_ALLOW_DESTRUCTIVE": ""
      }
    }
  }
}

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