← Back to Plugins
MCP Server MCP

io.github.sarahpark/google-search-console

github By github 👁 1 views ▲ 0 votes

Google Search Console MCP server — search analytics, URL inspection, and sitemaps

Homepage Verified source GitHub

Install

npx -y @sarahpark/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@sarahpark/google-search-console-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to Google service account JSON key file",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_APPLICATION_CREDENTIALS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...