Loading...
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.
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.