Skip to content

TikTok Agent Publisher for Zed

io.github.davidmosiah/tiktok-agent-publisher

Local-first TikTok Content Posting API for AI agents: OAuth checks, dry-run and live uploads.

client:Zed transport:stdio runtime:npm

Install TikTok Agent Publisher 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-agent-publisher": {
      "command": "npx",
      "args": [
        "-y",
        "tiktok-agent-publisher"
      ],
      "env": {
        "TIKTOK_DRY_RUN": "<TIKTOK_DRY_RUN>",
        "TIKTOK_CLIENT_KEY": "<TIKTOK_CLIENT_KEY>",
        "TIKTOK_CLIENT_SECRET": "<TIKTOK_CLIENT_SECRET>"
      }
    }
  }
}

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

TikTok Agent Publisher in other clients