douyin-mcp-server
Related Servers
Alternatives to douyin-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenance从抖音/B站视频链接下载音频并自动提取语音文案,支持MCP集成,可配合Claude Desktop等AI应用使用。1Apache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP server for parsing Douyin video links, downloading watermark-free videos, and extracting speech transcripts using AI speech recognition.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that downloads watermark-free videos from Douyin (TikTok China) share links, extracts audio, and transcribes speech to text using ASR APIs.2MIT
- FlicenseNot gradedqualityBmaintenanceMCP server enabling AI agents to generate AI videos and images, analyze video content, and download videos from Douyin and Xiaohongshu.-
- AlicenseAqualityCmaintenanceMCP server for parsing Douyin links to fetch video info/download links, transcribing audio locally, and organizing transcripts into polished spoken copy.5Apache 2.0
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables LLMs to automatically upload videos to the Douyin (TikTok China) creator platform with features like automated login, smart upload, SMS verification, and flexible publishing.111MIT
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.