Skip to main content
ClaudeWave
deapi-ai avatar
deapi-ai

tiktok-transcript-mcp

View on GitHub
MCP ServersOfficial Registry0 stars0 forksUpdated today
ClaudeWave Trust Score
52/100
· OK
Passed
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No standard license detected
  • !No description
Last scanned: 8/28/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/deapi-ai/tiktok-transcript-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "tiktok-transcript-mcp": {
      "command": "node",
      "args": ["/path/to/tiktok-transcript-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/deapi-ai/tiktok-transcript-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# 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

```json
{
  "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](https://github.com/modelcontextprotocol/registry) under the
namespace `io.github.deapi-ai`. The manifest is [`server.json`](./server.json).

What people ask about tiktok-transcript-mcp

What is deapi-ai/tiktok-transcript-mcp?

+

deapi-ai/tiktok-transcript-mcp is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install tiktok-transcript-mcp?

+

You can install tiktok-transcript-mcp by cloning the repository (https://github.com/deapi-ai/tiktok-transcript-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is deapi-ai/tiktok-transcript-mcp safe to use?

+

Our security agent has analyzed deapi-ai/tiktok-transcript-mcp and assigned a Trust Score of 52/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains deapi-ai/tiktok-transcript-mcp?

+

deapi-ai/tiktok-transcript-mcp is maintained by deapi-ai. The last recorded GitHub activity is dated 2026-08-27, with 0 open issues.

Are there alternatives to tiktok-transcript-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy tiktok-transcript-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: deapi-ai/tiktok-transcript-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/deapi-ai-tiktok-transcript-mcp)](https://claudewave.com/repo/deapi-ai-tiktok-transcript-mcp)
<a href="https://claudewave.com/repo/deapi-ai-tiktok-transcript-mcp"><img src="https://claudewave.com/api/badge/deapi-ai-tiktok-transcript-mcp" alt="Featured on ClaudeWave: deapi-ai/tiktok-transcript-mcp" width="320" height="64" /></a>

More MCP Servers

tiktok-transcript-mcp alternatives