Skip to content
Zed

ClawPage for Zed

io.github.skypher/clawpage-mcp

Extract and structure any web page into clean JSON. Free tier: 10/day.

client:Zed transport:stdio runtime:npm

Install ClawPage in Zed

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

{
  "context_servers": {
    "clawpage-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "clawpage-mcp"
      ]
    }
  }
}

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

ClawPage in other clients