Transcribe public videos & audio (YouTube, TikTok, IG) into accurate, timestamped text via API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for JustTranscribe β transcribe public videos and audio into accurate, timestamped text without leaving your AI assistant. Paste a YouTube, TikTok or Instagram link in the chat; get the transcript back, export SRT/TXT/Markdown, or pull the AI breakdown of a social video. Spanish, English and dozens of languages are auto-detected.
Two ways to connect β both use the same API key and the same account limits:
| Transport | For | |
|---|---|---|
Hosted https://justtranscribe.ai/api/mcp | Streamable HTTP | Claude Code, Cursor, any client that supports remote servers with headers |
This package npx justtranscribe-mcp | stdio | Claude Desktop and other stdio-only clients |
Claude Desktop (claude_desktop_config.json):
Claude Code (hosted variant β no install):
This repo is also a Claude Code plugin. It runs this package as a local
MCP server and adds a transcribe skill that knows the limits and the
export formats.
Set your key once (create one free at https://justtranscribe.ai/api-keys) and restart Claude Code:
Then:
Prefer signing in to pasting a key? Use the hosted server directly instead
of the plugin β claude mcp add --transport http justtranscribe https://justtranscribe.ai/api/mcp β which runs an OAuth sign-in. (A
plugin's .mcp.json only loads local stdio servers, so the plugin ships
the npx variant.)
To try the plugin before it is listed, clone this repo and run
claude --plugin-dir ./justtranscribe-mcp.
transcribe_url β start transcribing a public video/audio link (YouTube,
TikTok, Instagram, Facebook, Pinterest, Google Drive). Returns an id;
processing takes minutes.get_transcript β poll by id; returns the full text once complete
(optionally timestamped segments and the AI analysis).list_transcripts β the account's transcripts, newest first.export_transcript β TXT, SRT, VTT, Markdown or CSV as text.delete_transcript β permanently remove a transcript and its media.get_account β identify the key's account and limits.Public links only (no private or login-required videos, no live streams), up to 150 minutes per recording. The server enforces the same limits as the app and the REST API: 120 requests/minute per key, 3 new transcripts/hour, one processing at a time during the beta. File upload isn't possible over MCP β use the app or the REST API.
JUSTTRANSCRIBE_API_KEY (required) β your jt_live_β¦ key.JUSTTRANSCRIBE_API_URL (optional) β API origin override; defaults to
https://justtranscribe.ai.MIT Β© Bramonti Ventures Β· Docs: https://justtranscribe.ai/mcp
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/justtranscribe-mcp)<a href="https://allmcps.com/mcp/justtranscribe-mcp"><img src="https://allmcps.com/api/badge/justtranscribe-mcp?style=directory" alt="Justtranscribe MCP on AllMCPs" /></a>