Claude Skill

yzfly/douyin-mcp-server

A Claude Skill using MCP protocol to extract watermark-free Douyin video links and video descriptions for AI-powered content processing and analysis.

Overview

Stars1,166
Forks237
LanguageHTML
Last pushed2026-07-02
Last synced2026-07-03
View on GitHub

Repository

Owneryzfly
Repositorydouyin-mcp-server
Full nameyzfly/douyin-mcp-server
Repo ID988,157,563

Install this Skill

git clone https://github.com/yzfly/douyin-mcp-server.git

Registry

Typemcp_server
Quality score75/100
Verificationreadme_parsed
Last verified2026-06-04
Platforms
ClaudeMCP
Capabilities
videoagentskillsclaudeclaudeskillsdouyinllmmcpskillsvideo-processing
Detected files
README.mdpyproject.toml
Config keys
API_KEY

Summary

A Claude Skill that extracts watermark-free video links and video descriptions from Douyin (TikTok) through the MCP protocol.

Chinese description

提取抖音无水印视频链接、视频文案,使用douyin-mcp-server,通过MCP协议集成Claude Skill功能。

Key features

  • Extracts watermark-free Douyin video links
  • Retrieves video descriptions/captions
  • Integrates via the MCP protocol
  • Functions as a Claude Skill

Use cases

  • Downloading Douyin videos without watermarks
  • Analyzing video content and descriptions
  • Integrating Douyin data into AI workflows
  • Automating video link processing

README excerpt

# 短视频文案提取器 [![PyPI version](https://badge.fury.io/py/douyin-mcp-server.svg)](https://badge.fury.io/py/douyin-mcp-server) [![Python version](https://img.shields.io/pypi/pyversions/douyin-mcp-server.svg)](https://pypi.org/project/douyin-mcp-server/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) 从短视频分享链接下载无水印视频,AI 自动提取语音文案。 ![WebUI 界面预览](douyin-video.png) <a href="https://glama.ai/mcp/servers/@yzfly/douyin-mcp-server"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@yzfly/douyin-mcp-server/badge" alt="douyin-mcp-server MCP server" /> </a> ## ✨ 功能特性 - 🎬 **无水印视频** - 获取高质量无水印视频下载链接 - 🎙️ **AI 语音识别** - 使用硅基流动 SenseVoice 自动提取文案 - 📑 **大文件支持** - 自动分段处理超过 1 小时或 50MB 的音频 - 🌐 **WebUI** - 现代化浏览器界面,无需命令行 - 🔌 **MCP 集成** - 支持 Claude Desktop 等 AI 应用 --- ## 📦 使用方式 | 方式 | 适用场景 | 特点 | |------|----------|------| | [**WebUI**](#-webui-推荐) | 普通用户 | 浏览器操作,最简单 | | [**MCP Server**](#-mcp-server) | Claude Desktop 用户 | AI 对话中直接调用 | | [**命令行**](#️-命令行工具) | 开发者 | 批量处理,脚本集成 | --- ## 🌐 WebUI (推荐) 最简单的使用方式,打开浏览器即可使用。 ### 快速开始 ```bash # 1. 克隆项目 git clone https://github.com/yzfly/douyin-mcp-server.git cd douyin-mcp-server # 2. 安装依赖 uv sync # 3. 启动服务 uv run python web/app.py ``` 打开浏览器访问 **http://localhost:8080** ### 配置 API Key 有两种方式配置 API Key: **方式一:浏览器内配置(推荐)** 1. 打开 WebUI 页面 2. 点击顶部的「API 未配置」按钮 3. 在弹窗中输入 API Key 并保存 4. API Key 保存在浏览器本地,刷新页面后仍有效 **方式二:环境变量** ```bash export API_KEY="sk-xxxxxxxxxxxxxxxx" uv run python web/app.py ``` > 💡 获取免费 API Key:[硅基流动](https://cloud.siliconflow.cn/i/TxUlXG3u)(新用户有免费额度) ### 功能说明 | 操作 | 说明 | 需要 API | |------|------|:--------:| | **获取信息** | 解析视频标题、ID,获取无水印下载链接 | ❌ | | **提取文案** | 下载视频 → 提取音频 → AI 语音识别 | ✅ | | **下载视频** | 点击下载链接保存无水印视频 | ❌ | | **复制/下载文案** | 一键复制或

Topics

Explore more

Data from GitHub. Synced on 2026-07-03