Skip to content
Zed

tiktok creator for Zed

io.github.wmarceau/tiktok-creator

TikTok automation: post videos, get analytics, manage comments

client:Zed transport:stdio runtime:pypi

Install tiktok creator in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

tiktok creator in other clients