Skip to content
Zed

Creator SEO MCP for Zed

io.github.yoshyaes/creator-seo-mcp

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

client:Zed transport:stdio runtime:pypi

Install Creator SEO MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "creator-seo-mcp": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Creator SEO MCP in other clients