Skip to main content
Glama

TikTok MCP

tiktok_get_subtitle

Extract subtitles from any TikTok video by inputting its URL or video ID. Optionally specify a language code to retrieve subtitles in your preferred language, or use automatic speech recognition as default.

Instructions

Get the subtitle (content) for a TikTok video url.This is used for getting the subtitle, content or context for a TikTok video.Supports TikTok video url (or video ID) as input and optionally language code from the tool post detailsReturns the subtitle for the video in the requested language and format.If no language code is provided, the tool will return the subtitle of automatic speech recognition.

Input Schema

NameRequiredDescriptionDefault
language_codeNoLanguage code for the subtitle, e.g., en for English, es for Spanish, fr for French, etc.
tiktok_urlYesTikTok video URL, e.g., https://www.tiktok.com/@username/video/1234567890 or https://vm.tiktok.com/1234567890, or just the video ID like 7409731702890827041

Input Schema (JSON Schema)

{ "properties": { "language_code": { "description": "Language code for the subtitle, e.g., en for English, es for Spanish, fr for French, etc.", "type": "string" }, "tiktok_url": { "description": "TikTok video URL, e.g., https://www.tiktok.com/@username/video/1234567890 or https://vm.tiktok.com/1234567890, or just the video ID like 7409731702890827041", "type": "string" } }, "required": [ "tiktok_url" ], "type": "object" }
Install Server

Other Tools from TikTok MCP

Related Tools

    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/Seym0n/tiktok-mcp'

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