
TikTok Agent Publisher
Let a coding agent verify TikTok OAuth and post or dry-run video uploads from your machine without building the Content Posting API yourself.
Overview
TikTok Agent Publisher is an MCP server for the Launch phase that exposes local-first TikTok OAuth checks and dry-run or live Content Posting API uploads to AI agents.
What is this MCP server?
- stdio MCP server (npm package tiktok-agent-publisher v0.1.5) for TikTok Content Posting API workflows
- OAuth readiness checks before live operations
- Dry-run by default via TIKTOK_DRY_RUN until you explicitly enable live uploads
- Optional TIKTOK_CLIENT_KEY and TIKTOK_CLIENT_SECRET for developer-app credentials kept local
- Local-first design so agents orchestrate posting without exposing secrets in chat
- Server schema version 0.1.5 on npm identifier tiktok-agent-publisher
- stdio transport via official MCP server package layout
- TIKTOK_DRY_RUN defaults to dry-run unless set to false for live operations
What problem does it solve?
Hooking an AI agent up to TikTok’s posting API means juggling OAuth, secrets, and scary live-publish mistakes without a small, auditable bridge.
Who is it for?
Indie builders automating TikTok clips or UGC tests from an agent workflow who already have a TikTok developer app and want upload guardrails.
Skip if: Teams that need multi-platform scheduling, comment moderation, or TikTok analytics without touching the posting API themselves.
What do I get? / Deliverables
After you add the stdio MCP server and TikTok app credentials, your agent can validate auth and practice or execute uploads from your workstation with dry-run as the safe default.
- OAuth validation results for TikTok posting flows
- Dry-run or live TikTok upload operations driven by agent tool calls
- Local credential flow without embedding secrets in agent prompts
Recommended MCP Servers
Journey fit
TikTok publishing is a go-to-market and distribution action once you have content to ship, not a core product-build step. Distribution is where short-form social channels like TikTok fit in the solo-builder journey.
How it compares
MCP integration for TikTok uploads, not a hosted social media manager or a reusable Claude skill file.
Common Questions / FAQ
Who is TikTok Agent Publisher for?
Solo builders and creators who use AI coding agents and want programmatic TikTok posting with OAuth checks and dry-run safety on their own machine.
When should I use TikTok Agent Publisher?
Use it in the launch and distribution phase when you are ready to test or publish TikTok content via an agent and have TikTok developer API credentials configured locally.
How do I add TikTok Agent Publisher to my agent?
Install the npm package tiktok-agent-publisher, register it as a stdio MCP server in Claude Code or Cursor, set TIKTOK_CLIENT_KEY and TIKTOK_CLIENT_SECRET when needed, and keep TIKTOK_DRY_RUN enabled until you intend live uploads.