Skip to content
Zed

seo analyzer for Zed

io.github.ryudi84/seo-analyzer

MCP server for SEO analysis: meta tags, headings, keywords, sitemaps.

client:Zed transport:stdio runtime:npm

Install seo analyzer in Zed

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

{
  "context_servers": {
    "seo-analyzer": {
      "command": "npx",
      "args": [
        "-y",
        "sovereign-seo-analyzer-mcp"
      ]
    }
  }
}

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

seo analyzer in other clients