← Back to Plugins
MCP Server MCP

Search Console MCP

github By github 👁 1 views ▲ 0 votes

Google Search Console + Bing Webmaster Tools + GA4 — unified SEO intelligence for AI agents.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "search-console-mcp",
      "version": "2.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google Cloud Service Account JSON key content or path. Optional if OAuth setup is used.",
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_APPLICATION_CREDENTIALS"
        },
        {
          "description": "Bing API Key",
          "format": "string",
          "isSecret": true,
          "name": "BING_API_KEY"
        },
        {
          "description": "PageSpeed Insights API key for higher quota (25k/day). Optional.",
          "format": "string",
          "isSecret": true,
          "name": "PAGESPEED_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...