PluginBench
MCP Server
Active
MIT

Google Search Console MCP Server

io.github.AKzar1el/mcp-gsc

What is the Google Search Console MCP server?

Google Search Console MCP for analytics, indexing, sitemaps, and SEO diagnostics.

How to install Google Search Console

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-gsc": {
      "url": "https://{mcp_gsc_worker_domain}/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-gsc": {
      "serverUrl": "https://{mcp_gsc_worker_domain}/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-gsc": {
      "type": "http",
      "url": "https://{mcp_gsc_worker_domain}/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "mcp-gsc": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://{mcp_gsc_worker_domain}/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http mcp-gsc https://{mcp_gsc_worker_domain}/mcp

Related MCP servers

DigestSEO mcp-geo: track brand citations across five AI search engines.

37
TypeScript
MIT
View repository →

Validate HTML/CSS, audit SEO and JSON-LD, check links, and capture responsive screenshots.

5
TypeScript
MIT
View repository →

Query Google News RSS feeds and search interest over time via Google Trends.

4
Python
MIT
View repository →