← Back to Plugins
MCP Server MCP

SEO Tools: Google Search Console

github By github 👁 1 views ▲ 0 votes

Google Search Console: Search Analytics, URL Inspection, sitemaps (read-only, OAuth/service acct).

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "seo-tools-mcp-gsc",
      "version": "1.7.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google OAuth client ID (Desktop app).",
          "format": "string",
          "name": "GOOGLE_CLIENT_ID"
        },
        {
          "description": "Google OAuth client secret.",
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_CLIENT_SECRET"
        },
        {
          "description": "Google OAuth refresh token (or obtain via gsc_oauth_start).",
          "format": "string",
          "isSecret": true,
          "name": "GSC_REFRESH_TOKEN"
        },
        {
          "description": "Default GSC property, e.g. sc-domain:example.com.",
          "format": "string",
          "name": "GSC_SITE_URL"
        },
        {
          "description": "Path to a service-account JSON key (alternative auth path).",
          "format": "string",
          "name": "GSC_SA_JSON"
        },
        {
          "description": "Localhost port for the OAuth loopback receiver (default 8585).",
          "format": "string",
          "name": "GSC_OAUTH_PORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...