ssave-mcp-server
Enables extraction and download of Instagram media, including HD video without watermark and MP3 audio, via the Ssave MCP server.
Enables extraction and download of TikTok media, including HD video without watermark and MP3 audio, via the Ssave MCP server.
Enables extraction and download of YouTube media, including HD video without watermark and MP3 audio, via the Ssave MCP server.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ssave-mcp-serverDownload this TikTok video in HD: https://www.tiktok.com/@user/video/123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@ssave/mcp-server
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.
Quick Start
npx @ssave/mcp-serverThen add it to your MCP client:
Claude Code
claude mcp add ssave -- npx @ssave/mcp-serverOr project-level .mcp.json:
{
"mcpServers": {
"ssave": { "command": "npx", "args": ["@ssave/mcp-server"] }
}
}Cursor
Settings → MCP → Add new MCP server:
{
"mcpServers": {
"ssave": {
"command": "npx",
"args": ["@ssave/mcp-server"]
}
}
}Claude Desktop
Edit claude_desktop_config.json:
{
"mcpServers": {
"ssave": {
"command": "npx",
"args": ["@ssave/mcp-server"]
}
}
}Related MCP server: MCP YouTube Downloader
Tools
Tool | Description |
| Extract metadata and available formats from a TikTok / Instagram / YouTube / Douyin URL. Returns an |
| Stream the extracted media to local disk (default |
| 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 |
|
| Override for local development (e.g. |
| — | Reserved for paid tier (Phase 3): sent as |
|
| Default output directory when |
Rate Limits (free tier)
Shared with the Ssave Open API, per IP per UTC day:
Operation | Limit |
| 10 / day |
| 50 / day |
On 429 rate_limited the tool reports the UTC reset time.
Development
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.
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceAn MCP server that downloads videos/extracts audio from various platforms like YouTube, Bilibili, and TikTok, then transcribes them to text using OpenAI's Whisper model.11MIT
- Alicense-qualityCmaintenanceMCP server for downloading videos and audio from YouTube and hundreds of other sites using yt-dlp.MIT
- Flicense-qualityCmaintenanceMCP server enabling AI agents to generate AI videos and images, analyze video content, and download videos from Douyin and Xiaohongshu.
- Alicense-qualityBmaintenanceEnables AI assistants to download video or audio from YouTube, TikTok, Twitter/X, SoundCloud, Vimeo, Twitch, Streamable, Bandcamp, Mixcloud, and Dailymotion via a hosted MCP server.MIT
Related MCP Connectors
Download YouTube, TikTok, Vimeo, SoundCloud and 6 more platforms from any MCP AI chatbot.
MCP server for ByteDance Seedance AI video generation
MCP server for Kling AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ssavecc/ssave-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server