Skip to content
Zed

seo monster for Zed

io.github.avansaber/seo-monster

SEO MCP over Search Console, GA4, PageSpeed Insights, Cloudflare, IndexNow, CrUX, technical-SEO.

client:Zed transport:stdio runtime:pypi

Install seo monster 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": {
    "seo-monster": {
      "command": "uvx",
      "args": [
        "seo-monster"
      ],
      "env": {
        "SEO_MCP_GOOGLE_OAUTH_CLIENT": "<SEO_MCP_GOOGLE_OAUTH_CLIENT>",
        "SEO_MCP_GOOGLE_TOKEN": "<SEO_MCP_GOOGLE_TOKEN>",
        "SEO_MCP_GSC_DEFAULT_SITE": "<SEO_MCP_GSC_DEFAULT_SITE>",
        "SEO_MCP_GA4_PROPERTY_ID": "<SEO_MCP_GA4_PROPERTY_ID>",
        "PSI_API_KEY": "<PSI_API_KEY>",
        "CF_API_TOKEN": "<CF_API_TOKEN>",
        "CF_ZONE": "<CF_ZONE>",
        "SEO_MCP_INDEXNOW_KEY": "<SEO_MCP_INDEXNOW_KEY>",
        "SEO_MCP_INDEXNOW_KEY_LOCATION": "<SEO_MCP_INDEXNOW_KEY_LOCATION>",
        "SEO_MCP_ALLOW_DESTRUCTIVE": "<SEO_MCP_ALLOW_DESTRUCTIVE>"
      }
    }
  }
}

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

seo monster in other clients