Skip to content
Cline

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

tiktok creator in other clients