Back to Browse

Gsc MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

A well-structured MCP server for Google Search Console with proper OAuth authentication, clear permission scoping, and solid error handling. The server correctly distinguishes read vs. write operations with appropriate MCP annotations. Credentials are stored securely in environment/filesystem locations rather than hardcoded. Minor code quality observations around error handling breadth do not significantly impact the security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Path to the OAuth credential JSON (default ~/.config/gws/searchconsole_credentials.json)Optional

Environment variable: GSC_CREDENTIALS_PATH

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-conorbronsdon-gsc-mcp": {
      "env": {
        "GSC_CREDENTIALS_PATH": "your-gsc-credentials-path-here"
      },
      "args": [
        "-y",
        "@conorbronsdon/gsc-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!