{
  "markdown": "# justtranscribe-mcp\n\nMCP server for [JustTranscribe](https://justtranscribe.ai) — transcribe public\nvideos and audio into accurate, timestamped text without leaving your AI\nassistant. Paste a YouTube, TikTok or Instagram link in the chat; get the\ntranscript back, export SRT/TXT/Markdown, or pull the AI breakdown of a\nsocial video. Spanish, English and dozens of languages are auto-detected.\n\nTwo ways to connect — both use the same API key and the same account limits:\n\n| | Transport | For |\n|---|---|---|\n| **Hosted** `https://justtranscribe.ai/api/mcp` | Streamable HTTP | Claude Code, Cursor, any client that supports remote servers with headers |\n| **This package** `npx justtranscribe-mcp` | stdio | Claude Desktop and other stdio-only clients |\n\n## Setup\n\n1. Create a free API key at **https://justtranscribe.ai/api-keys** (free\n   during the beta, no card).\n2. Add the server to your client.\n\n**Claude Desktop** (`claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"justtranscribe\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"justtranscribe-mcp\"],\n      \"env\": { \"JUSTTRANSCRIBE_API_KEY\": \"jt_live_...\" }\n    }\n  }\n}\n```\n\n**Claude Code** (hosted variant — no install):\n\n```bash\nclaude mcp add --transport http justtranscribe https://justtranscribe.ai/api/mcp \\\n  --header \"Authorization: Bearer jt_live_...\"\n```\n\n\n## Claude Code plugin\n\nThis repo is also a Claude Code plugin. It runs this package as a local\nMCP server and adds a `transcribe` skill that knows the limits and the\nexport formats.\n\n```\n/plugin marketplace add anthropics/claude-plugins-community\n/plugin install justtranscribe@claude-community\n```\n\nSet your key once (create one free at https://justtranscribe.ai/api-keys)\nand restart Claude Code:\n\n```bash\nexport JUSTTRANSCRIBE_API_KEY=jt_live_...\n```\n\nThen:\n\n```\n/justtranscribe:transcribe https://www.youtube.com/watch?v=jNQXAC9IVRw\n```\n\nPrefer signing in to pasting a key? Use the hosted server directly instead\nof the plugin — `claude mcp add --transport http justtranscribe\nhttps://justtranscribe.ai/api/mcp` — which runs an OAuth sign-in. (A\nplugin's `.mcp.json` only loads local stdio servers, so the plugin ships\nthe npx variant.)\n\nTo try the plugin before it is listed, clone this repo and run\n`claude --plugin-dir ./justtranscribe-mcp`.\n\n## Tools\n\n- `transcribe_url` — start transcribing a public video/audio link (YouTube,\n  TikTok, Instagram, Facebook, Pinterest, Google Drive). Returns an id;\n  processing takes minutes.\n- `get_transcript` — poll by id; returns the full text once complete\n  (optionally timestamped segments and the AI analysis).\n- `list_transcripts` — the account's transcripts, newest first.\n- `export_transcript` — TXT, SRT, VTT, Markdown or CSV as text.\n- `delete_transcript` — permanently remove a transcript and its media.\n- `get_account` — identify the key's account and limits.\n\n## Limits\n\nPublic links only (no private or login-required videos, no live streams), up\nto 150 minutes per recording. The server enforces the same limits as the app\nand the [REST API](https://justtranscribe.ai/developers): 120 requests/minute\nper key, 3 new transcripts/hour, one processing at a time during the beta.\nFile upload isn't possible over MCP — use the app or the REST API.\n\n## Environment\n\n- `JUSTTRANSCRIBE_API_KEY` (required) — your `jt_live_…` key.\n- `JUSTTRANSCRIBE_API_URL` (optional) — API origin override; defaults to\n  `https://justtranscribe.ai`.\n\nMIT © Bramonti Ventures · Docs: https://justtranscribe.ai/mcp\n",
  "bytes": 3491,
  "sha": "5e26930287d9914bf2a8f8c446ef112fc39fb5dafdd751d54710bf424554b813",
  "repo_slug": "bramontiventures/justtranscribe-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_bramontiventures_justtranscrib_d0cf5d27/readme"
}