Douyin MCP
Related Servers
Alternatives to Douyin MCP
No user-submitted related servers found.
Related Servers
- AlicenseDqualityDmaintenanceProvides access to Douyin (TikTok China) API for searching videos, retrieving user profiles, posts, comments, music, challenges, live streams, and hot trends through the Douyin platform.79MIT
- AlicenseNot gradedqualityCmaintenanceEnables transcribing public Douyin videos to text using a local AI model, providing read-only tools for transcription, search, and listing.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to automatically upload videos to Douyin (TikTok China) creator platform, supporting login, video upload with title/description/tags, and session management.9 npm36MIT
- AlicenseAqualityDmaintenanceEnables to search, analyze, and export Douyin (TikTok China) video and user data, including interaction metrics, content length, and keyword trends.823 PyPI23MIT
- AlicenseNot gradedqualityCmaintenanceEnables Douyin public search, video and comment reading, authorized creator video management, analytics, uploads, publishing, and comment replies/deletion via official APIs and optional browser reads.MIT
- FlicenseNot gradedqualityCmaintenanceEnables local scraping and interaction with Douyin (TikTok China) content, including videos, user data, comments, live streams, and private messages, using personal account cookies without official APIs.1-
TDQS
Scored across 8 tools
Each tool targets one specific resource type and action: session status, feed, search, video details, video comments, comment replies, user info, and user posts. The only similar pair (get_homefeed and search_videos) is clearly separated by recommendation vs keyword-driven retrieval.
All tools use lowercase snake_case and a consistent verb_noun pattern: check_*, get_*_*, and search_*. get_homefeed is a minor compound but does not break the overall convention.
With 8 tools, the server covers the core Douyin browsing and analytics flows without bloat. Each tool supports a distinct workflow step and no tool is redundant.
The set covers a complete read-only lifecycle: authentication status, discovery via feed/search, video detail, threaded comments (video comments plus sub-comments), and user profile/posts. Tools chain naturally from discovery to video, comment, and user details with no obvious dead ends.