Odel
mcp gsc

mcp gsc

Local
@pijusz1TypeScriptMITUpdated 1mo ago

Google Search Console MCP server — query performance, sitemaps, indexing & more

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-gscv0.1.7

Run

npx -y mcp-gsc

MCP client config

{
  "mcpServers": {
    "mcp-gsc": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-gsc"
      ]
    }
  }
}