Skip to content

Screaming Frog SEO Spider MCP Server (headless) for Zed

io.github.bzsasson/screaming-frog-mcp

Headless Screaming Frog SEO Spider via its CLI: run crawls, export and filter data, no GUI needed.

client:Zed transport:stdio runtime:pypi

Install Screaming Frog SEO Spider MCP Server (headless) 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": {
    "screaming-frog-mcp": {
      "command": "uvx",
      "args": [
        "screaming-frog-mcp"
      ],
      "env": {
        "SF_CLI_PATH": "<SF_CLI_PATH>"
      }
    }
  }
}

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

Screaming Frog SEO Spider MCP Server (headless) in other clients