MCP server
TikTok MCP server
TikTok launched an official MCP server in 2026, but it is built for advertisers: it connects agents to the TikTok ads platform. There is no official MCP server for organic TikTok. Modiva hosts one with 16 typed tools covering video upload, scheduled publishing, comment management and audience insights.
The hard parts of the TikTok content API are exactly the parts an agent cannot do on its own: an audited developer app, the PULL_FROM_URL upload handshake with verified domains, and chunked media handling. Modiva's TikTok app is approved and the MCP server wraps the whole flow, so an agent calls one tool with a video URL and a caption and gets back a published post.
16 typed TikTok tools
Grouped by resource, not by platform — so the same tool names work across every connected account.
accounts_
list · health · status
posts_
create · cross_post · schedule · publish_now
comments_
list · reply
messages_
list · send · inbox
analytics_
unified · best_time_to_post
Add it to your AI client
Point any MCP-compatible client (Claude, Cursor, Windsurf, …) at the hosted server and the TikTok tools are discovered automatically.
{
"mcpServers": {
"modiva": {
"url": "https://mcp.modiva.ai/v1",
"headers": { "Authorization": "Bearer mk_live_…" }
}
}
}Connect TikTok to your agent
Get your MCP key — freeFAQ
How is this different from TikTok's official MCP server?
TikTok's official server targets the ads API, letting agents plan and manage paid campaigns. Modiva's TikTok tools target the content side: uploading and scheduling organic videos, reading insights and managing comments. Modiva also exposes TikTok Ads separately if you need both.
How does an agent upload a video to TikTok?
It calls posts_create with a caption and a video URL. Modiva fetches the media, satisfies TikTok's domain-verification and upload requirements, and publishes or schedules the post on your connected account.
Do I need my own audited TikTok developer app?
No. TikTok requires an audited app before content posts become publicly visible, and Modiva's app has passed that audit. You just connect your TikTok account with OAuth.
What analytics can the agent read?
The analytics_ tools return video-level performance such as views, likes, comments and shares, plus the unified cross-platform report if you have other networks connected.
Related
Modiva is a hosted, multi-tenant MCP server. Your TikTok tokens are encrypted and never shared between workspaces.