← Back to browse

Creator SEO MCP

Indexed by io.github.Yoshyaes

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGOOGLE_CREDENTIALS_PATH CREATOR_SEO_SITE_RPM CREATOR_SEO_AFFILIATE_CATEGORIES
Claude Code
claude mcp add --env GOOGLE_CREDENTIALS_PATH= --env CREATOR_SEO_SITE_RPM= --env CREATOR_SEO_AFFILIATE_CATEGORIES= creator-seo-mcp -- uvx creator-seo-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"creator-seo-mcp","command":"uvx","args":["creator-seo-mcp"],"env":{"GOOGLE_CREDENTIALS_PATH":"","CREATOR_SEO_SITE_RPM":"","CREATOR_SEO_AFFILIATE_CATEGORIES":""}}'
JSON
{
  "mcpServers": {
    "creator-seo-mcp": {
      "command": "uvx",
      "args": [
        "creator-seo-mcp"
      ],
      "env": {
        "GOOGLE_CREDENTIALS_PATH": "",
        "CREATOR_SEO_SITE_RPM": "",
        "CREATOR_SEO_AFFILIATE_CATEGORIES": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.