HomeMarketing & E-Commerce › Google Search Console MCP Server

Google Search Console MCP Server

Google Search Console for AI agents: search analytics, sitemaps, URL inspection.

TypeScript Cloud
★ 0 stars Last pushed 2026-09-18 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.0)

npx -y @conorbronsdon/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "gsc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@conorbronsdon/[email protected]"
      ],
      "env": {
        "GSC_CREDENTIALS_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • GSC_CREDENTIALS_PATH — Path to the OAuth credential JSON (default ~/.config/gws/searchconsole_credentials.json)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry