social
TikTok MCP Server
Analyze TikTok videos and search trending content from Claude Code. Transcript extraction, engagement metrics, and virality analysis.
Pricing: freemium — The MCP server is open source. Requires a TikNeuron API key (free tier available).
Features
- Video transcript extraction with language support
- Post detail analysis with engagement metrics
- Video search across TikTok with pagination
- Virality factor analysis
- Creator profile data extraction
Setup Instructions
1. Sign up for a TikNeuron API key at tikneuron.com
2. Clone and build the server:
``
bash
git clone https://github.com/Seym0n/tiktok-mcp.git
cd tiktok-mcp
npm install && npm run build
`
3. Add to your Claude MCP settings:
`json
{
"mcpServers": {
"tiktok": {
"command": "node",
"args": ["path/to/tiktok-mcp/build/index.js"],
"env": {
"TIKNEURON_MCP_API_KEY": "your_api_key"
}
}
}
}
``
4. Restart Claude and verify the connectionAdded: 2026-03-01