Back to Browse

Tiktok Transcript MCP Server

Marketing & SocialLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

AI speech-to-text for public TikTok videos: SRT, VTT, word timings, speaker labels, 90+ languages.

About

AI speech-to-text for public TikTok videos: SRT, VTT, word timings, speaker labels, 90+ languages.

Remote endpoints: streamable-http: https://mcp.apify.com?tools=deapi/tiktok-transcript-scraper

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-deapi-ai-tiktok-transcript-scraper": {
      "url": "https://mcp.apify.com?tools=deapi/tiktok-transcript-scraper"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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.

Reviews

No reviews yet

Be the first to review this server!