Skip to content

seo web analysis mcp server for Zed

io.github.thenextgennexus/seo-web-analysis-mcp-server

Run Lighthouse audits, check SSL certificates, detect tech stacks, query WHOIS and DNS records

client:Zed transport:stdio runtime:npm

Install seo web analysis mcp server 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-web-analysis-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thenextgennexus/seo-web-analysis-mcp-server"
      ],
      "env": {
        "APIFY_TOKEN": "<APIFY_TOKEN>"
      }
    }
  }
}

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

seo web analysis mcp server in other clients