Skip to content
Zed

urlsnap mcp for Zed

dev.urlsnap/urlsnap-mcp

Screenshot, PDF, and markdown extraction from any URL via Claude Desktop and Claude Code.

client:Zed transport:stdio runtime:npm

Install urlsnap mcp 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": {
    "urlsnap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "urlsnap-mcp"
      ],
      "env": {
        "URLSNAP_API_KEY": "<URLSNAP_API_KEY>"
      }
    }
  }
}

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

urlsnap mcp in other clients