Skip to main content
Glama
leanhduy-iuh

tiktok-uploader-mcp

by leanhduy-iuh

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
tiktok_create_bundleA

Bundle a folder of images + caption for TikTok mobile upload.

Photo carousel can only be uploaded from TikTok mobile app (not web). This tool prepares a folder + ZIP with:

  • images/ (sorted 01.png, 02.png, ...)

  • caption.txt (ready to paste into TikTok)

  • manifest.json (metadata)

  • README.txt (human upload instructions)

User then copies the ZIP/folder to their phone and uploads manually.

Args: images_dir: Absolute path to folder with 2-35 PNG/JPG images. caption: Caption text (1-2200 chars). Hashtags can be inline or via arg. hashtags: Optional list of hashtags without '#'. Max 30. series_slug: Series identifier for bundle naming (lowercase, no spaces). part_slug: Part identifier (optional). bundles_dir: Override default bundles output directory. make_zip: Also create .zip alongside the folder.

Returns: JSON with {"ok": true, "bundle_id": "...", "zip_path": "...", ...}.

tiktok_list_bundlesA

List all prepared bundles with summary metadata.

Args: bundles_dir: Override default bundles directory.

Returns: JSON array of bundle summaries (id, image_count, created_at, has_zip, ...).

tiktok_get_bundleA

Get full manifest for a bundle.

Args: bundle_id: Bundle identifier (from list_bundles). bundles_dir: Override default bundles directory.

Returns: JSON manifest with image hashes, caption, timestamps, etc.

tiktok_delete_bundleA

Delete a bundle folder + its ZIP file.

Args: bundle_id: Bundle identifier. bundles_dir: Override default bundles directory.

Returns: JSON with list of removed paths.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/leanhduy-iuh/tiktok-uploader-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server