douyin-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOUYIN_API_KEY | Yes | API key for speech recognition service (required for text extraction) |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_douyin_download_linkA | |
| extract_douyin_textA | |
| 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 3 tools
Each tool has a clearly distinct purpose: extract_douyin_text extracts text content from videos, get_douyin_download_link retrieves download links, and parse_douyin_video_info gets video metadata. There is no overlap in functionality, and an agent can easily distinguish between them based on their specific operations.
All tool names follow a consistent verb_noun pattern with snake_case: extract_douyin_text, get_douyin_download_link, and parse_douyin_video_info. The naming is predictable and readable, using clear verbs (extract, get, parse) paired with descriptive nouns.
With only 3 tools, the server feels slightly thin for a comprehensive Douyin (TikTok) integration. While the tools cover key operations like text extraction, download links, and video info, more advanced features (e.g., user data, comments, or upload capabilities) are missing, making it borderline for the domain's potential scope.
The server covers basic video processing tasks (text extraction, download links, and metadata parsing), but there are notable gaps. It lacks CRUD operations for user interactions, content management, or broader platform features, which limits agents from performing a full range of Douyin-related workflows.