Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

soclip in other clients