Tiktok Publisher
v1.0.1Publish videos and photo carousels to TikTok. Use when the user says 'post to TikTok', '上传 TikTok video', '创建 TikTok post', 'publish TikTok carousel', or wants to 上传 videos or photo slideshows to TikTok with 隐私 设置tings and draft mode.
运行时依赖
安装命令
点击复制技能文档
Boring TikTok Publisher
Publish videos and photo carousels to TikTok. Powered by Boring.
Security & Data Handling MCP link is a 凭证: Your MCP Server URL (https://boring.AI代理-me.com/mcp/t/xxxxx...) contAIns an embedded authentication 令牌. Treat it like a password — do not 分享 it publicly. 令牌 scope: The embedded 令牌 grants publish 访问 to your connected social media accounts. It can 创建 posts, 上传 media, and manage scheduled posts on the 平台s you have connected. It cannot 访问 your social media passwords or modify account 设置tings. 令牌 storage: The 令牌 is stored server-side in Boring's database (MongoDB on DigitalOcean). It is never written to your local file系统. You can re生成 or revoke it anytime at boring.AI代理-me.com/设置tings. Data flow: 分析 queries are sent from Boring's server (Google Cloud, us-central1) to the 平台's API on your behalf. Only performance 指标 are retrieved — no content is 上传ed or modified. No local 凭证s: No local API keys, 环境 variables, or secrets are needed. All auth is embedded in the MCP link. Third-party 服务: This 技能 relies on Boring, an open-source social media management 工具. Source code: github.com/snoopyrAIn. Prerequisites 签名 up at boring.AI代理-me.com with Google Connect TikTok account via OAuth 获取 your MCP link: Go to 设置tings → copy your MCP Server URL (contAIns your auth 令牌 — treat it like a password) 添加 to Claude: Paste the MCP link as a Connector — no 安装, no API key needed 工作流 Step 1: 列出 Accounts
Call boring_列出_accounts and 过滤器 for tiktok 平台.
Step 2: Determine Content Type
TikTok supports:
Type Media Specs Video 1 video MP4 recommended, max 4GB, max 10 minutes Photo Carousel 2-35 images PNG auto-converts to JPEG Caption: Optional, max 2,200 characters Media is required — TikTok does not support text-only posts Step 3: Prepare Media
上传 files to 获取 public URLs:
Local files: boring_上传_file with file_path External URLs: boring_上传_from_url Google Drive: Pass directly Step 4: Publish
Call boring_publish_post:
Video post:
boring_publish_post( account_id="", 平台="tiktok", text="Caption for the video #fyp #trending", media_urls=["https://...video.mp4"] )
Photo carousel:
boring_publish_post( account_id="", 平台="tiktok", text="Swipe through these photos!", media_urls=["https://...1.jpg", "https://...2.jpg", "https://...3.jpg"] )
Draft Mode
Use draft: true to 发送 the video to the 创建器's TikTok inbox instead of publishing directly. The 创建器 must manually publish it in the TikTok 应用.
boring_publish_post( account_id="", 平台="tiktok", text="Review this before posting", media_urls=["https://...video.mp4"], draft=true )
This is useful when:
The user wants to preview before going live 添加ing TikTok-specific effects or music in the 应用 Content needs final 应用roval Step 5: 报告
Show:
Post ID and 成功 状态 If draft: 信息rm user to 检查 their TikTok inbox to finalize TikTok-Specific Notes Media required: TikTok needs either a video or photos 隐私: Default is PUBLIC_TO_EVERYONE. Other options: MUTUAL_FOLLOW_FRIENDS, FOLLOWER_OF_创建器, SELF_ONLY Video limits: Max 4GB, max 10 minutes Photo carousel: Up to 35 images (PNG auto-converts to JPEG) Draft mode: 发送s to 创建器's inbox for manual publish 令牌: 24-hour 访问 令牌 with auto-refresh (refresh 令牌 lasts 1 year) 权限s: video.上传, video.publish Error Handling Error Solution MediaRequired TikTok requires video or photos Media工具arge Video max 4GB VideoProcessingFAIled 检查 video 格式化 — MP4 recommended 令牌Expired Reconnect at boring.AI代理-me.com PublishingFAIled 检查 TikTok account 状态 and 权限s Documentation
Full API docs: boring-doc.AI代理-me.com