Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸŽ™οΈ Speech-to-Text
  3. Justtranscribe MCP
Justtranscribe MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 6:49:10 PM

Justtranscribe MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Transcribe public videos & audio (YouTube, TikTok, IG) into accurate, timestamped text via API.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "justtranscribe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "justtranscribe-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸŽ™οΈ More in Speech-to-Text

Documentation Overview

justtranscribe-mcp

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:

TransportFor
Hosted https://justtranscribe.ai/api/mcpStreamable HTTPClaude Code, Cursor, any client that supports remote servers with headers
This package npx justtranscribe-mcpstdioClaude Desktop and other stdio-only clients

Setup

  1. Create a free API key at https://justtranscribe.ai/api-keys (free during the beta, no card).
  2. Add the server to your client.

Claude Desktop (claude_desktop_config.json):

config.json
{
  "mcpServers": {
    "justtranscribe": {
      "command": "npx",
      "args": ["-y", "justtranscribe-mcp"],
      "env": { "JUSTTRANSCRIBE_API_KEY": "jt_live_..." }
    }
  }
}

Claude Code (hosted variant β€” no install):

Terminal
claude mcp add --transport http justtranscribe https://justtranscribe.ai/api/mcp \
  --header "Authorization: Bearer jt_live_..."

Claude Code plugin

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.

Code
/plugin marketplace add anthropics/claude-plugins-community
/plugin install justtranscribe@claude-community

Set your key once (create one free at https://justtranscribe.ai/api-keys) and restart Claude Code:

server.ts
export JUSTTRANSCRIBE_API_KEY=jt_live_...

Then:

Code
/justtranscribe:transcribe https://www.youtube.com/watch?v=jNQXAC9IVRw

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.

Tools

  • 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.

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.

Environment

  • 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

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Speech-to-Text View all alternatives
  • FunASR logoFunASR

    Transcribe local audio with FunASR and SenseVoice using private, on-device inference.

    πŸŽ™οΈ Speech-to-Text0 views
    Compare vs FunASR β†’
  • Vocce transcribe logoVocce transcribe

    Transcribe audio/video to text + SRT/VTT via vocce's hosted Whisper. No API key required.

    πŸŽ™οΈ Speech-to-Text0 views
    Compare vs Vocce transcribe β†’
  • F
    FieldTranscript

    Verbatim transcription of public video/audio URLs to clean text, SRT, and timestamped records.

    πŸŽ™οΈ Speech-to-Text0 views
    Compare vs FieldTranscript β†’
  • Tiktok Transcript Scraper logoTiktok Transcript Scraper

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

    πŸŽ™οΈ Speech-to-Text0 views
    Compare vs Tiktok Transcript Scraper β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Justtranscribe MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "justtranscribe-mcp": { "command": "npx", "args": ["-y", "justtranscribe-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewJusttranscribe MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/justtranscribe-mcp?style=directory)](https://allmcps.com/mcp/justtranscribe-mcp)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸŽ™οΈSpeech-to-Text
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸŽ™οΈ Speech-to-Text β†’Alternatives to Justtranscribe MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code