Home › Communication › TikTok Agent Publisher
TikTok Agent Publisher
Local-first TikTok Content Posting API for AI agents: OAuth checks, dry-run and live uploads.
Topics: Social Media
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.1.5)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"tiktok-agent-publisher": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"TIKTOK_DRY_RUN": "<YOUR_VALUE>",
"TIKTOK_CLIENT_KEY": "<YOUR_VALUE>",
"TIKTOK_CLIENT_SECRET": "<YOUR_VALUE>"
}
}
}
}
TIKTOK_DRY_RUN— Set to false only when the agent should perform live TikTok upload operations. Defaults to dry-run behavior.TIKTOK_CLIENT_KEY— TikTok developer app client key. Optional until OAuth or live upload flows are used.TIKTOK_CLIENT_SECRETsecret — TikTok developer app client secret. Keep local and do not expose it to agents.
Related servers
reddit-mcp-buddy
Reddit browser for AI assistants. Browse without API keys; add credentials for search and analysis.
reddit-research-mcp
Turn Reddit's chaos into structured insights with full citations - MCP server for Reddit research
facebook-mcp-server
Integrates with Facebook Pages to enable direct management of posts, comments, and engagement metrics through the Graph API for…
Taisly Social Media Posting
Publish videos to TikTok, Reels, Shorts, X, and Facebook through Taisly.
Xquik MCP Server
128 REST operations. 120 MCP routes; 119 JSON/text ops. OAuth 2.1. Not affiliated with X Corp.
x-use
Browser-native AI agents for X (Twitter): multi-account, MCP-ready, no X API key required.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry