Skip to content
VS Code

ssave.cc — TikTok & Instagram Downloader for VS Code

cc.ssave/tiktok-instagram-downloader

Extract & download TikTok, Instagram, YouTube, Douyin media — HD, no watermark, MP3 export

client:VS Code transport:stdio runtime:npm

Install ssave.cc — TikTok & Instagram Downloader in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "your-api-key",
      "description": "YOUR_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "tiktok-instagram-downloader": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ssavecc/mcp-server"
      ],
      "env": {
        "YOUR_API_KEY": "${input:your-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

ssave.cc — TikTok & Instagram Downloader in other clients