tiktok transcript scraper for Claude Desktop
io.github.deapi-ai/tiktok-transcript-scraper
AI speech-to-text for public TikTok videos: SRT, VTT, word timings, speaker labels, 90+ languages.
client:Claude Desktop
transport:streamable-http
Install tiktok transcript scraper in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"tiktok-transcript-scraper": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.apify.com?tools=deapi/tiktok-transcript-scraper"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs