Odel
gsc mcp

gsc mcp

Local
@mikusnuz7TypeScriptMITUpdated 1w ago

MCP server for Google Search Console & Indexing API — search analytics, sitemaps, URL inspection

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).

npm@mikusnuz/gsc-mcpv1.3.1

Run

npx -y @mikusnuz/gsc-mcp

MCP client config

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