← Back to Plugins
MCP Server MCP

Creator SEO MCP

github By github 👁 1 views ▲ 0 votes

SEO MCP server for creators. Ranks Google Search Console opportunities by ad revenue, not clicks.

Homepage Verified source GitHub

Install

uvx creator-seo-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "creator-seo-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to your OAuth 2.0 credentials.json downloaded from Google Cloud Console.",
          "isRequired": true,
          "format": "string",
          "name": "GOOGLE_CREDENTIALS_PATH"
        },
        {
          "description": "Your display ad RPM in USD (e.g. 22 for Mediavine). Used to weight opportunities by estimated revenue.",
          "format": "string",
          "name": "CREATOR_SEO_SITE_RPM"
        },
        {
          "description": "JSON map of URL path prefix to affiliate revenue multiplier. Example: {\"gaming-deals\": 2.0}",
          "format": "string",
          "name": "CREATOR_SEO_AFFILIATE_CATEGORIES"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...