TikTok Agent Publisher MCP Server
io.github.davidmosiah/tiktok-agent-publisher
What is the TikTok Agent Publisher MCP server?
Local-first TikTok Content Posting API for AI agents: OAuth checks, dry-run and live uploads.
How to install TikTok Agent Publisher
Copy-paste configuration for popular MCP clients.
TIKTOK_DRY_RUNSet to false only when the agent should perform live TikTok upload operations. Defaults to dry-run behavior.
TIKTOK_CLIENT_KEYTikTok developer app client key. Optional until OAuth or live upload flows are used.
TIKTOK_CLIENT_SECRETsecretTikTok developer app client secret. Keep local and do not expose it to agents.
{
"mcpServers": {
"tiktok-agent-publisher": {
"command": "npx",
"args": [
"-y",
"tiktok-agent-publisher"
],
"env": {
"TIKTOK_DRY_RUN": "<YOUR_TIKTOK_DRY_RUN>",
"TIKTOK_CLIENT_KEY": "<YOUR_TIKTOK_CLIENT_KEY>",
"TIKTOK_CLIENT_SECRET": "<YOUR_TIKTOK_CLIENT_SECRET>"
}
}
}
}{
"mcpServers": {
"tiktok-agent-publisher": {
"command": "npx",
"args": [
"-y",
"tiktok-agent-publisher"
],
"env": {
"TIKTOK_DRY_RUN": "<YOUR_TIKTOK_DRY_RUN>",
"TIKTOK_CLIENT_KEY": "<YOUR_TIKTOK_CLIENT_KEY>",
"TIKTOK_CLIENT_SECRET": "<YOUR_TIKTOK_CLIENT_SECRET>"
}
}
}
}{
"mcpServers": {
"tiktok-agent-publisher": {
"command": "npx",
"args": [
"-y",
"tiktok-agent-publisher"
],
"env": {
"TIKTOK_DRY_RUN": "<YOUR_TIKTOK_DRY_RUN>",
"TIKTOK_CLIENT_KEY": "<YOUR_TIKTOK_CLIENT_KEY>",
"TIKTOK_CLIENT_SECRET": "<YOUR_TIKTOK_CLIENT_SECRET>"
}
}
}
}{
"servers": {
"tiktok-agent-publisher": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tiktok-agent-publisher"
],
"env": {
"TIKTOK_DRY_RUN": "<YOUR_TIKTOK_DRY_RUN>",
"TIKTOK_CLIENT_KEY": "<YOUR_TIKTOK_CLIENT_KEY>",
"TIKTOK_CLIENT_SECRET": "<YOUR_TIKTOK_CLIENT_SECRET>"
}
}
}
}claude mcp add tiktok-agent-publisher --env TIKTOK_DRY_RUN=<YOUR_TIKTOK_DRY_RUN> --env TIKTOK_CLIENT_KEY=<YOUR_TIKTOK_CLIENT_KEY> --env TIKTOK_CLIENT_SECRET=<YOUR_TIKTOK_CLIENT_SECRET> -- npx -y tiktok-agent-publisherRelated MCP servers
Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents
Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals.
Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.
Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.
Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.
Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.