
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@ssavecc/mcp-server
Advanced tools
MCP server for Ssave — extract and download TikTok / Instagram / YouTube / Douyin media (HD video, no watermark, MP3) via api.ssave.cc
Model Context Protocol (MCP) server for Ssave.cc — extract and download TikTok / Instagram / YouTube / Douyin media (HD video without watermark, MP3 audio) directly to your local disk.
Runs locally via stdio, backed by the Ssave Open API (/open/v1). No registration required on the free tier.
npx @ssavecc/mcp-server
Then add it to your MCP client:
claude mcp add ssave -- npx @ssavecc/mcp-server
Or project-level .mcp.json:
{
"mcpServers": {
"ssave": { "command": "npx", "args": ["@ssavecc/mcp-server"] }
}
}
Settings → MCP → Add new MCP server:
{
"mcpServers": {
"ssave": {
"command": "npx",
"args": ["@ssavecc/mcp-server"]
}
}
}
Edit claude_desktop_config.json:
{
"mcpServers": {
"ssave": {
"command": "npx",
"args": ["@ssavecc/mcp-server"]
}
}
}
| Tool | Description |
|---|---|
extract_media | Extract metadata and available formats from a TikTok / Instagram / YouTube / Douyin URL. Returns an ssv_ token (expires in 5–15 min) plus per-format download URLs. |
download_media | Stream the extracted media to local disk (default ~/Downloads/ssave/, override with output_dir). Returns the absolute path and size. |
get_thumbnail | Save the media thumbnail to local disk (proxied — never exposes the source CDN link). |
Typical flow: extract_media(url) → take the returned id → download_media(id, type: "hd" | "watermark" | "mp3").
All optional:
| Variable | Default | Description |
|---|---|---|
SSAVE_API_BASE_URL | https://api.ssave.cc | Override for local development (e.g. http://localhost:8000). |
SSAVE_API_KEY | — | Reserved for paid tier (Phase 3): sent as Authorization: Bearer <key>. |
SSAVE_OUTPUT_DIR | ~/Downloads/ssave/ | Default output directory when output_dir is not passed. |
Shared with the Ssave Open API, per IP per UTC day:
| Operation | Limit |
|---|---|
extract | 10 / day |
download | 50 / day |
On 429 rate_limited the tool reports the UTC reset time.
npm install
npm run dev # run server on stdio (connect with MCP Inspector: npx @modelcontextprotocol/inspector)
npm test # unit tests (mock fetch)
npm run build # compile to dist/
For personal archiving of content you have access to. Respect platform Terms of Service. No bulk downloading. See ssave.cc/privacy.
MIT
FAQs
MCP server for Ssave — extract and download TikTok / Instagram / YouTube / Douyin media (HD video, no watermark, MP3) via api.ssave.cc
The npm package @ssavecc/mcp-server receives a total of 30 weekly downloads. As such, @ssavecc/mcp-server popularity was classified as not popular.
We found that @ssavecc/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.