Skip to content
Gemini CLI

soclip for Gemini CLI

io.github.huangyunbin/soclip

Social video URL to direct media links & metadata (TikTok, YouTube, Instagram, X) for AI workflows.

client:Gemini CLI transport:stdio runtime:npm

Install soclip in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "soclip": {
      "command": "npx",
      "args": [
        "-y",
        "soclip-mcp"
      ],
      "env": {
        "SOCLIP_API_KEY": "<SOCLIP_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

soclip in other clients