ReClip for Cline
io.github.yagyaanshk/reclip
Inspect and download authorized media or precise clips locally with yt-dlp.
client:Cline
transport:stdio
runtime:pypi
Install ReClip in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs