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
{
"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