douyin-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_douyin_download_linkA | 获取抖音视频的无水印下载链接 参数:
返回:
|
| extract_douyin_textA | 从抖音分享链接提取视频中的文本内容 参数:
返回:
注意: 本地 ASR 不消耗 API;最后整理口播需要 DOUYIN_DEEPSEEK_API_KEY |
| recognize_audio_fileA | 识别本地音频文件中的文本 参数:
返回:
注意: 使用本机 faster-whisper,默认 medium / CPU int8,不消耗 API |
| recognize_audio_urlA | 识别在线音频URL中的文本 参数:
返回:
注意: 需要设置环境变量 DASHSCOPE_API_KEY |
| parse_douyin_video_infoB | 解析抖音分享链接,获取视频基本信息 参数:
返回:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| douyin_text_extraction_guide | 抖音视频文本提取使用指南 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
每个工具的功能明确区分:下载链接、提取文本、识别音频(文件/URL)、解析信息,无重叠或模糊之处。
所有工具均使用动词+名词的snake_case命名,但动词不统一(get, extract, recognize, parse),不过每个名称都清晰描述了操作,整体可接受。
5个工具覆盖了抖音视频处理的核心功能,规模适中,既不过度也不精简。
涵盖了链接获取、文本提取、音频识别和视频信息解析等主要操作,但缺少例如搜索或评论等扩展功能,不过对当前领域而言已较完整。