Tiktok

Tiktok

TikTok short-form video platform + creation tools + social sharing

3VIEWS
2744USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app tiktoknpx @composio/cli add cursor --app tiktoknpx @composio/cli add cursor --app tiktoknpx @composio/cli add cursor --app tiktok

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Post Photo

Create a photo post via content posting api (direct post or media upload). reference: https://developers.tiktok.com/doc/content-posting-api-reference-photo-post?enter method=left navigation

Publish Video

Finalize and publish a video from the inbox using its publish id.

Upload Video

Uploads a video to tiktok via the content posting api (init + single-part upload). this action initializes an upload session to obtain a presigned upload url, then uploads the entire file with a single put request. use a subsequent action to publish the post.

Upload Videos (batch)

Uploads multiple videos to tiktok concurrently (init + single-part upload per file).

Fetch Publish Status

Fetch current publish/upload status for a given publish id.

Get User Basic Info

Fetches basic tiktok user info for the authenticated user.

Get User Profile Info

Fetches extended tiktok profile info for the authenticated user.

Get User Stats

Fetches tiktok user stats for the authenticated user.

List Videos

Lists videos for the authenticated user (or specified creator).

9 actions available