Skip to content
Cursor

Creator SEO MCP for Cursor

io.github.yoshyaes/creator-seo-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Creator SEO MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "creator-seo-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "creator-seo-mcp"
      ],
      "env": {
        "GOOGLE_CREDENTIALS_PATH": "<GOOGLE_CREDENTIALS_PATH>",
        "CREATOR_SEO_SITE_RPM": "<CREATOR_SEO_SITE_RPM>",
        "CREATOR_SEO_AFFILIATE_CATEGORIES": "<CREATOR_SEO_AFFILIATE_CATEGORIES>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Creator SEO MCP in other clients