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
{
"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