tiktok creator for Cline
io.github.wmarceau/tiktok-creator
TikTok automation: post videos, get analytics, manage comments
client:Cline
transport:stdio
runtime:pypi
Install tiktok creator in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"tiktok-creator": {
"command": "uvx",
"args": [
"tiktok-creator-mcp"
],
"env": {
"TIKTOK_CLIENT_KEY": "<TIKTOK_CLIENT_KEY>",
"TIKTOK_CLIENT_SECRET": "<TIKTOK_CLIENT_SECRET>",
"TIKTOK_ACCESS_TOKEN": "<TIKTOK_ACCESS_TOKEN>",
"TIKTOK_REFRESH_TOKEN": "<TIKTOK_REFRESH_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs