douyin-downloader (MCP Server)

GitHub

A practical Douyin downloader for both single-item and profile batch downloads, with progress display, retries, SQLite deduplication, and browser fallback support. 抖音批量下载工具,去水印,支持视频、图集、合集、音乐(原声)。

9,365 stars Python MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "douyin-downloader": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-douyin-downloader"
      ]
    }
  }
}