yzfly/douyin-mcp-server
提取抖音无水印视频链接,视频文案,douyin-mcp-server,mcp,claude skill
Overview
yzfly/douyin-mcp-server is a HTML MCP server licensed under Apache-2.0. 提取抖音无水印视频链接,视频文案,douyin-mcp-server,mcp,claude skill Topics: douyin, mcp, llm, video, video-processing, agentskills, claude, claudeskills, skills.
Ranked #356 out of 25632 indexed tools.
In the top 2% of all indexed tools.
Ecosystem
HTML Apache-2.0
douyinmcpllmvideovideo-processingagentskillsclaudeclaudeskillsskills
Signal Breakdown
Stars 762
Freshness 1mo ago
Issue Health 77%
Contributors 3
Dependents 0
Forks 148
Description Good
License Apache-2.0
How to Improve
Description low impact
Freshness high impact
Dependents medium impact
Matched Queries
From the README
# 短视频文案提取器 从短视频分享链接下载无水印视频,AI 自动提取语音文案。 <a href="https://glama.ai/mcp/servers/@yzfly/douyin-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 pythoRead full README on GitHub →
Are you the maintainer? Claim this listing