Skip to content
Zed

Wick for Zed

io.github.myleshorton/wick

Browser-grade web access for AI agents. Fetches any webpage, returns clean markdown.

client:Zed transport:stdio runtime:npm

Install Wick in Zed

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

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

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

Wick in other clients