Loading...

The TikTok MCP enables analysis, content extraction, and interaction with TikTok videos via tools for retrieving subtitles and post details, and searching for videos.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
The TikTok MCP enables analysis, content extraction, and interaction with TikTok videos via tools for retrieving subtitles and post details, and searching for videos.
The TikTok MCP is relatively safe for read-only operations like analyzing video content and metadata. However, the risk of API key compromise and the potential for exposure to harmful content should be considered. It's crucial to protect the API key and implement content filtering mechanisms where appropriate.
Performance depends on the TikTok API's responsiveness and the network connection. Rate limiting may occur if too many requests are made in a short period.
Cost is primarily associated with the usage of the TikNeuron API, which may have usage-based pricing. Consider monitoring API usage to avoid unexpected costs.
npm install
```{
"mcpServers": {
"tiktok-mcp": {
"command": "node",
"args": [
"path\\build\\index.js"
],
"env": {
"TIKNEURON_MCP_API_KEY": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}
}
}
}tiktok_get_subtitleRetrieves the subtitle content for a specified TikTok video URL.
Read-only operation; retrieves existing subtitle data.
tiktok_get_post_detailsFetches detailed information about a TikTok post, including metadata and engagement metrics.
Read-only operation; retrieves existing post details.
tiktok_searchSearches for TikTok videos based on a provided query.
Read-only operation; performs a search and returns video results.
API Key
cloud
The TikTok MCP is relatively safe for read-only operations like analyzing video content and metadata. However, the risk of API key compromise and the potential for exposure to harmful content should be considered. It's crucial to protect the API key and implement content filtering mechanisms where appropriate.
Autonomy is limited by the read-only nature of the available tools. No write or delete operations are supported.
Production Tip
Implement robust error handling and monitoring to ensure the stability and reliability of the MCP in a production environment.
To enable analysis, content extraction, and interaction with TikTok videos through a set of tools.
It uses API Key authentication via the TikNeuron service.
No, the available tools are read-only and do not support modification or deletion of content.
Risks include API key compromise, exposure to harmful content, and reliance on the TikTok API's availability.
Store the API key securely and avoid committing it to version control. Use environment variables to manage the key.
Error handling likely relies on standard NodeJS error handling mechanisms, but specific details are not provided.
Yes, rate limiting may occur due to TikTok API restrictions. Monitor API usage to avoid exceeding limits.
Simon (Seym0n)
Lead Developer