Skip to main content
ClaudeWave
ssavecc avatar
ssavecc

ssave-mcp-server

View on GitHub

A Model Context Protocol server for download media resource(tiktok,instagram,douyin video or mp3)

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/23/2026
Install in Claude Code / Claude Desktop
Method: NPX · @ssavecc/mcp-server
Claude Code CLI
claude mcp add ssave -- npx -y @ssavecc/mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ssave": {
      "command": "npx",
      "args": ["-y", "@ssavecc/mcp-server"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# @ssavecc/mcp-server

[![smithery badge](https://smithery.ai/badge/ssave/tiktok-instagram-downloader)](https://smithery.ai/servers/ssave/tiktok-instagram-downloader)
[![ssave-mcp-server MCP server](https://glama.ai/mcp/servers/ssavecc/ssave-mcp-server/badges/card.svg)](https://glama.ai/mcp/servers/ssavecc/ssave-mcp-server)

Model Context Protocol (MCP) server for [Ssave.cc](https://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](https://api.ssave.cc/docs) (`/open/v1`). No registration required on the free tier.

## Quick Start

```bash
npx @ssavecc/mcp-server
```

Then add it to your MCP client:

### Claude Code

```bash
claude mcp add ssave -- npx @ssavecc/mcp-server
```

Or project-level `.mcp.json`:

```json
{
  "mcpServers": {
    "ssave": { "command": "npx", "args": ["@ssavecc/mcp-server"] }
  }
}
```

### Cursor

Settings → MCP → Add new MCP server:

```json
{
  "mcpServers": {
    "ssave": {
      "command": "npx",
      "args": ["@ssavecc/mcp-server"]
    }
  }
}
```

### Claude Desktop

Edit `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "ssave": {
      "command": "npx",
      "args": ["@ssavecc/mcp-server"]
    }
  }
}
```

## Tools

| 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")`.

## Environment Variables

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. |

## Rate Limits (free tier)

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.

## Development

```bash
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/
```

## Legal

For personal archiving of content you have access to. Respect platform Terms of Service. No bulk downloading. See [ssave.cc/privacy](https://ssave.cc/en/privacy).

## License

MIT

What people ask about ssave-mcp-server

What is ssavecc/ssave-mcp-server?

+

ssavecc/ssave-mcp-server is mcp servers for the Claude AI ecosystem. A Model Context Protocol server for download media resource(tiktok,instagram,douyin video or mp3) It has 0 GitHub stars and its last recorded update is dated 2026-08-22.

How do I install ssave-mcp-server?

+

You can install ssave-mcp-server by cloning the repository (https://github.com/ssavecc/ssave-mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is ssavecc/ssave-mcp-server safe to use?

+

Our security agent has analyzed ssavecc/ssave-mcp-server and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains ssavecc/ssave-mcp-server?

+

ssavecc/ssave-mcp-server is maintained by ssavecc. The last recorded GitHub activity is dated 2026-08-22, with 0 open issues.

Are there alternatives to ssave-mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy ssave-mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: ssavecc/ssave-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ssavecc-ssave-mcp-server)](https://claudewave.com/repo/ssavecc-ssave-mcp-server)
<a href="https://claudewave.com/repo/ssavecc-ssave-mcp-server"><img src="https://claudewave.com/api/badge/ssavecc-ssave-mcp-server" alt="Featured on ClaudeWave: ssavecc/ssave-mcp-server" width="320" height="64" /></a>

More MCP Servers

ssave-mcp-server alternatives