streamable-httpupdated 12d ago
Remote MCP server that transcribes public TikTok videos with an AI speech model. It listens to the audio rather than copying TikTok's auto-captions, so it works on videos that have no captions at all and across the 90+ languages TikTok creators actually post in.
What can you do with tiktok transcript scraper?
TikTok Transcript Scraper — MCP server
Remote MCP server that transcribes public TikTok videos with an AI speech model. It listens to the audio rather than copying TikTok's auto-captions, so it works on videos that have no captions at all and across the 90+ languages TikTok creators actually post in.
Endpoint: https://mcp.apify.com?tools=deapi/tiktok-transcript-scraper
Transport: streamable-http
Actor page: https://apify.com/deapi/tiktok-transcript-scraper
What it returns
Per video: clean punctuated text, sentence- or word-level timings, speaker labels for duets and interviews, ready-to-use SRT and VTT subtitle files, per-segment confidence scores, and optional TikTok metadata (author, hashtags, views, likes). Private, deleted and region-locked videos come back as failed rows and are not charged.
Authentication
The endpoint requires authentication — an unauthenticated request is rejected
with 401 Unauthorized before the MCP handshake, so there is no anonymous mode.
Authenticate with either:
- OAuth — your MCP client opens a browser to sign in to Apify, or
- Bearer token — send
Authorization: Bearer <APIFY_TOKEN>, using a token from Apify Console → Settings → API & Integrations.
Client configuration
{
"mcpServers": {
"tiktok-transcript": {
"url": "https://mcp.apify.com?tools=deapi/tiktok-transcript-scraper",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}
Replace YOUR_APIFY_TOKEN with your own token. Never commit it.
Registry
This repository exists to back the server's entry in the
Official MCP Registry under the
namespace io.github.deapi-ai. The manifest is server.json.
Install
Add tiktok transcript scraper to your client. Pick the one you use.
claude mcp add --transport http tiktok-transcript-scraper https://mcp.apify.com?tools=deapi/tiktok-transcript-scrapercodex mcp add tiktok-transcript-scraper --url https://mcp.apify.com?tools=deapi/tiktok-transcript-scraper{
"mcpServers": {
"tiktok-transcript-scraper": {
"url": "https://mcp.apify.com?tools=deapi/tiktok-transcript-scraper"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"tiktok-transcript-scraper": {
"type": "http",
"url": "https://mcp.apify.com?tools=deapi/tiktok-transcript-scraper"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"tiktok-transcript-scraper": {
"url": "https://mcp.apify.com?tools=deapi/tiktok-transcript-scraper"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"tiktok-transcript-scraper": {
"serverUrl": "https://mcp.apify.com?tools=deapi/tiktok-transcript-scraper"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 4 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.1Latest | Aug 27, 2026 |
| 0.1.0 | Aug 27, 2026 |