AgentHubAgentHub

seo-monster

MCP ServerMCP Registry官方收录

io.github.avansaber/seo-monster · v0.5.1

SEO MCP over Search Console, GA4, PageSpeed Insights, Cloudflare, IndexNow, CrUX, technical-SEO.

概览

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

安装

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

{
  "mcpServers": {
    "seo-monster": {
      "command": "uvx",
      "args": [
        "seo-monster"
      ]
    }
  }
}

环境变量

SEO_MCP_GOOGLE_OAUTH_CLIENT可选

Path to your Desktop-app OAuth client-secrets JSON, downloaded from Google Cloud Console. Required for Search Console, Indexing, and GA4 tools.

SEO_MCP_GOOGLE_TOKEN可选

Writable path where the cached OAuth token is stored. On first use, a browser opens for one-time consent and the token is written here. Default: ${HOME}/.config/seo-monster/token.json

SEO_MCP_GSC_DEFAULT_SITE可选

Default Search Console property, e.g. 'sc-domain:example.com' or 'https://www.example.com/'.

SEO_MCP_GA4_PROPERTY_ID可选

Default GA4 property, e.g. 'properties/123456789' or bare '123456789'.

PSI_API_KEY可选secret

Google API key shared by PageSpeed Insights and Chrome UX Report History tools. Optional; both work anonymously at a tighter rate limit when unset.

CF_API_TOKEN可选secret

Cloudflare API token. Optional; needed only for the Cloudflare tools. Scopes: Zone:Read, DNS:Read, Account Analytics:Read, and (only when destructive mode is on) Cache Purge:Purge.

CF_ZONE可选

Default Cloudflare zone hostname, e.g. 'example.com'.

SEO_MCP_INDEXNOW_KEY可选secret

IndexNow shared key (any 8-128 hex string you generate). Required only for the IndexNow tools. Host the key file at https://<your-host>/<key>.txt for engine verification.

SEO_MCP_INDEXNOW_KEY_LOCATION可选

Override the default IndexNow key-file URL (https://<host>/<key>.txt). Set only if you host the key file at a non-standard path.

SEO_MCP_ALLOW_DESTRUCTIVE可选

Set to 'true' to enable the Cloudflare cache-purge tools. Default false: all destructive tools refuse to run.

相关资源

统一 Manifest

{
  "id": "io.github.avansaber/seo-monster",
  "type": "mcp-server",
  "version": "0.5.1",
  "displayName": "seo-monster",
  "description": "SEO MCP over Search Console, GA4, PageSpeed Insights, Cloudflare, IndexNow, CrUX, technical-SEO.",
  "repository": {
    "url": "https://github.com/avansaber/seo-monster",
    "source": "github"
  },
  "homepage": "https://seomonster.avansaber.com",
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "seo-monster",
        "version": "0.5.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SEO_MCP_GOOGLE_OAUTH_CLIENT",
            "description": "Path to your Desktop-app OAuth client-secrets JSON, downloaded from Google Cloud Console. Required for Search Console, Indexing, and GA4 tools."
          },
          {
            "name": "SEO_MCP_GOOGLE_TOKEN",
            "description": "Writable path where the cached OAuth token is stored. On first use, a browser opens for one-time consent and the token is written here. Default: ${HOME}/.config/seo-monster/token.json"
          },
          {
            "name": "SEO_MCP_GSC_DEFAULT_SITE",
            "description": "Default Search Console property, e.g. 'sc-domain:example.com' or 'https://www.example.com/'."
          },
          {
            "name": "SEO_MCP_GA4_PROPERTY_ID",
            "description": "Default GA4 property, e.g. 'properties/123456789' or bare '123456789'."
          },
          {
            "name": "PSI_API_KEY",
            "description": "Google API key shared by PageSpeed Insights and Chrome UX Report History tools. Optional; both work anonymously at a tighter rate limit when unset.",
            "isSecret": true
          },
          {
            "name": "CF_API_TOKEN",
            "description": "Cloudflare API token. Optional; needed only for the Cloudflare tools. Scopes: Zone:Read, DNS:Read, Account Analytics:Read, and (only when destructive mode is on) Cache Purge:Purge.",
            "isSecret": true
          },
          {
            "name": "CF_ZONE",
            "description": "Default Cloudflare zone hostname, e.g. 'example.com'."
          },
          {
            "name": "SEO_MCP_INDEXNOW_KEY",
            "description": "IndexNow shared key (any 8-128 hex string you generate). Required only for the IndexNow tools. Host the key file at https://<your-host>/<key>.txt for engine verification.",
            "isSecret": true
          },
          {
            "name": "SEO_MCP_INDEXNOW_KEY_LOCATION",
            "description": "Override the default IndexNow key-file URL (https://<host>/<key>.txt). Set only if you host the key file at a non-standard path."
          },
          {
            "name": "SEO_MCP_ALLOW_DESTRUCTIVE",
            "description": "Set to 'true' to enable the Cloudflare cache-purge tools. Default false: all destructive tools refuse to run."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.avansaber/seo-monster",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.avansaber%2Fseo-monster/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
seo-monster — MCP Server 安装与配置 · AgentHub