Skip to content
Zed

ReClip for Zed

io.github.yagyaanshk/reclip

Inspect and download authorized media or precise clips locally with yt-dlp.

client:Zed transport:stdio runtime:pypi

Install ReClip 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": {
    "reclip": {
      "command": "uvx",
      "args": [
        "reclip-mcp"
      ],
      "env": {
        "RECLIP_MCP_DOWNLOAD_DIR": "<RECLIP_MCP_DOWNLOAD_DIR>",
        "RECLIP_MCP_MAX_CLIP_SECONDS": "<RECLIP_MCP_MAX_CLIP_SECONDS>"
      }
    }
  }
}

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

ReClip in other clients