soclip for Zed
io.github.huangyunbin/soclip
Social video URL to direct media links & metadata (TikTok, YouTube, Instagram, X) for AI workflows.
client:Zed
transport:stdio
runtime:npm
Install soclip in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"soclip": {
"command": "npx",
"args": [
"-y",
"soclip-mcp"
],
"env": {
"SOCLIP_API_KEY": "<SOCLIP_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs