AgentHubAgentHub

search-console-mcp

MCP ServerMCP Registry官方收录

io.github.saurabhsharma2u/search-console-mcp · v1.14.0

MCP server for GSC, Bing, and GA4. Includes analytics, health checks, and SEO insights.

概览

search-console-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "search-console-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "search-console-mcp"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "<GOOGLE_APPLICATION_CREDENTIALS>"
      }
    }
  }
}

环境变量

GOOGLE_APPLICATION_CREDENTIALS必填secret

Google Cloud Service Account JSON key content or path

BING_API_KEY可选secret

Bing API Key

相关资源

统一 Manifest

{
  "id": "io.github.saurabhsharma2u/search-console-mcp",
  "type": "mcp-server",
  "version": "1.14.0",
  "displayName": "search-console-mcp",
  "description": "MCP server for GSC, Bing, and GA4. Includes analytics, health checks, and SEO insights.",
  "repository": {
    "url": "https://github.com/saurabhsharma2u/search-console-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "search-console-mcp",
        "version": "1.14.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "GOOGLE_APPLICATION_CREDENTIALS",
            "description": "Google Cloud Service Account JSON key content or path",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "BING_API_KEY",
            "description": "Bing API Key",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.saurabhsharma2u/search-console-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.saurabhsharma2u%2Fsearch-console-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
search-console-mcp — MCP Server 安装与配置 · AgentHub