Model Context Protocol (MCP) server that integrates TikTok data/functions (subtitles, post details, search) into Claude AI and other apps via TikNeuron.
https://github.com/Seym0n/tiktok-mcpStop copying and pasting TikTok URLs into separate tools. This MCP server brings TikTok data directly into Claude AI, giving you instant access to video subtitles, engagement metrics, and search results without leaving your conversation.
You're already using AI to analyze content, research trends, and generate insights. But when TikTok enters the equation, you hit a wall. The platform's data is locked behind interfaces that don't play nice with AI tools, forcing you to manually gather information or abandon the analysis altogether.
This MCP server solves that friction by making TikTok data a first-class citizen in your AI conversations. Extract video transcripts for content analysis, pull engagement metrics for trend research, or search for specific content types - all within your existing AI workflow.
Video Subtitles & Transcripts Get the full spoken content from any TikTok video. Perfect for content analysis, extracting key talking points, or understanding viral messaging patterns. Works with auto-generated subtitles or specific language tracks.
Complete Post Intelligence Pull everything you need to know about a video: engagement metrics (likes, shares, comments, views), creator info, hashtags, upload date, and duration. Stop manually collecting this data when you need to analyze performance or research competitors.
Smart Content Search Search TikTok's entire catalog from within Claude. Find videos matching specific criteria, analyze trends across multiple posts, or research content gaps in your niche. Returns the same detailed metrics as individual post lookups.
Content Strategy Research "Analyze the top 10 TikTok videos about TypeScript tutorials from the past month. What common themes make them successful?"
Competitive Analysis "Pull engagement data for @competitor's last 20 videos and identify their highest-performing content formats."
Trend Analysis "Search for 'AI coding tools' videos and analyze which features developers are most excited about based on comments and engagement."
Content Repurposing "Get the transcript from this viral dev TikTok and help me adapt the key points for a technical blog post."
git clone https://github.com/Seym0n/tiktok-mcp.git
cd tiktok-mcp
npm install && npm run build
Add this to your Claude configuration:
"tiktok-mcp": {
"command": "node",
"args": ["path/to/build/index.js"],
"env": {
"TIKNEURON_MCP_API_KEY": "your-api-key"
}
}
You'll need a TikNeuron API key, which handles the heavy lifting of TikTok data access without requiring you to manage authentication or rate limits.
Instead of opening TikTok in another tab, copying URLs, manually transcribing content, and losing context when switching between tools, you keep everything in one conversation thread. Your AI assistant now has direct access to TikTok's data ecosystem, making social media analysis as natural as asking about any other data source.
The server handles pagination for searches, supports multiple languages for subtitles, and provides structured data that AI models can immediately work with. No more reformatting or cleaning messy scraped data.
This integration transforms TikTok from a black box into a queryable data source that fits naturally into your existing AI-powered workflows.