A Model Context Protocol server for download media resource(tiktok,instagram,douyin video or mp3)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ssave-mcp-server": {
"command": "npx",
"args": [
"-y",
"ssavecc/ssave-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add ssave-mcp-server npx -y ssavecc/ssave-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ssave-mcp-server": {
"command": "npx",
"args": [
"-y",
"ssavecc/ssave-mcp-server"
]
}
}
}