About Seym0n/tiktok-mcp
The TikTok MCP integrates TikTok access into Claude AI and other applications via TikNeuron. It allows users to analyze TikTok videos to determine virality factors, get content from TikTok videos, and chat with TikTok videos. The tool provides three main tools: tiktok_get_subtitle (get subtitle content from a video URL with optional language code), tiktok_get_post_details (retrieve detailed metadata including description, creator, hashtags, likes, shares, comments, views, bookmarks, creation date, duration, and available subtitles), and tiktok_search (search for videos by query with pagination support). Installation is easiest via MCPB bundle, or by cloning the repository and building with Node.js. Requires a TikNeuron account and API key.
Key Features
Analyze TikTok videos for virality factors
Get subtitles from TikTok video URLs with optional language code
Retrieve detailed post metadata including description, creator, hashtags, likes, shares, comments, views, bookmarks, duration, and available subtitles
Search TikTok videos by query with pagination metadata
Easy installation via MCPB bundle or manual build
Integrates with Claude AI and other MCP-compatible applications
Pros & Cons
Pros
- Provides detailed engagement metrics (likes, shares, comments, views, bookmarks)
- Supports automatic speech recognition subtitles with language code option
- Search functionality includes pagination for browsing many results
- Installation via MCPB is quick and no-code
- Open source with permissive license
Cons
- Requires a TikNeuron account and API key (external dependency)
- Requires Node.js and Git setup for manual installation
- Only works with TikTok videos, not other platforms
- Limited to tools provided; no direct posting or interaction with TikTok
Best For
Analyze TikTok video virality and engagementExtract subtitles and content from TikTok videosSearch for TikTok videos by keywords (e.g., 'funny cats', 'dance', 'cooking tutorial')Integrate TikTok data into AI assistants like ClaudeAutomate TikTok video analysis for content research
FAQ
What is needed to use this TikTok MCP?
You need Node.js v18 or higher, Git, a TikNeuron account, and an MCP API key from TikNeuron.
How can I install the TikTok MCP?
Easiest method is to download the .mcpb file from the Releases page and open it in Claude Desktop. Alternatively, clone the repository, install dependencies with npm install, build with npm run build, and configure in Claude AI's mcpServers.
What tools are available in this MCP?
Three tools: tiktok_get_subtitle (get subtitle from video URL), tiktok_get_post_details (get detailed post metadata), and tiktok_search (search videos by query with pagination).
Can I use this without a TikNeuron API key?
No, a TikNeuron account and API key are required to use the TikTok MCP.