Skip to content
Zed

webfetch for Zed

io.github.ashlrai/webfetch

License-first federated image search with attribution, dimensions, and download tooling.

client:Zed transport:stdio runtime:npm

Install webfetch 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": {
    "webfetch": {
      "command": "npx",
      "args": [
        "-y",
        "getwebfetch-mcp"
      ],
      "env": {
        "UNSPLASH_ACCESS_KEY": "<UNSPLASH_ACCESS_KEY>",
        "PEXELS_API_KEY": "<PEXELS_API_KEY>",
        "PIXABAY_API_KEY": "<PIXABAY_API_KEY>",
        "BRAVE_API_KEY": "<BRAVE_API_KEY>",
        "SERPAPI_KEY": "<SERPAPI_KEY>"
      }
    }
  }
}

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

webfetch in other clients