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.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • 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 BuildlistAllMCPs 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 Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🌐 Social Media
  3. Transcript Magic
T
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:35:13 PM

Transcript Magic

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

Generate transcripts from YouTube, TikTok, Instagram, and Facebook videos.

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
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "transcript-magic": {
      "command": "npx",
      "args": [
        "-y",
        "transcript-magic"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🌐 More in Social Media

Documentation Overview

TranscriptMagic MCP Server

Remote Model Context Protocol server that lets AI assistants generate transcripts from YouTube, TikTok, Instagram, and Facebook videos.

  • Hosted: https://mcp.transcriptmagic.com/mcp
  • Transport: Streamable HTTP (and legacy SSE)
  • Auth: OAuth 2.0 (Sign in with Google)
  • Pricing: 1 credit per transcript. New accounts get free credits β€” see transcriptmagic.com.

No installation required. Connect it to Claude Desktop, Cursor, Windsurf, Cline, or any MCP-compatible client using the URL above.


What it does

ToolDescriptionCost
transcribe_youtubeTranscript from a YouTube URL (watch, youtu.be, or Shorts).1 credit
transcribe_tiktokTranscript from a TikTok URL (tiktok.com/@user/video/... or vm.tiktok.com).1 credit
transcribe_instagramTranscript from an Instagram URL (/reel/, /p/, /tv/).1 credit
transcribe_facebookTranscript from a Facebook URL (facebook.com/watch, fb.watch, Reels).1 credit
get_credit_balanceReturns remaining credits and current plan.Free
list_recent_transcriptsLists recent transcripts saved to your account, with previews.Free

Public videos only. Does not work on private, age-restricted, or login-walled videos.


Quickstart

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

config.json
{
  "mcpServers": {
    "transcript-magic": {
      "url": "https://mcp.transcriptmagic.com/mcp"
    }
  }
}

Restart Claude Desktop. The first tool call will open a browser window to sign in with Google.

Cursor

Settings β†’ MCP β†’ Add new MCP Server β†’ paste https://mcp.transcriptmagic.com/mcp. Cursor will prompt for OAuth on first use.

Windsurf

Settings β†’ Cascade β†’ MCP Servers β†’ Add. Use the same URL.

Cline (VS Code)

Open the Cline panel β†’ MCP Servers β†’ Add Remote Server β†’ paste the URL above.

Any other MCP client

Point it at https://mcp.transcriptmagic.com/mcp (streamable HTTP). For older clients that only support SSE, use https://mcp.transcriptmagic.com/sse.


Example prompts

"Transcribe this video and pull out the three main takeaways: https://www.youtube.com/watch?v=…"

"Get the TikTok transcript at vm.tiktok.com/… and turn it into a Twitter thread."

"List my last 10 transcripts and summarize the Instagram ones."

"How many credits do I have left?"


Pricing & credits

Credits are tied to your TranscriptMagic account. Sign in once via OAuth from your MCP client, then top up at transcriptmagic.com/dashboard/account when you run low. New accounts come with free credits to try the server.

get_credit_balance and list_recent_transcripts are free and never consume credits.


Privacy

  • The server only accesses videos you explicitly send via tool calls.
  • We store transcripts in your account history so you can list them later. Delete from the dashboard at any time.
  • OAuth scope is limited to identifying your TranscriptMagic account β€” no Google Drive, Gmail, or other Google data is read.

Full policy: transcriptmagic.com/privacy


Links

  • Website: transcriptmagic.com
  • Web app: transcriptmagic.com/youtube, /tiktok, /instagram, /facebook
  • REST API: docs.transcriptmagic.com
  • MCP per-platform pages: /youtube-transcript-mcp, /tiktok-transcript-mcp, /instagram-transcript-mcp, /facebook-transcript-mcp

License

MIT

Related MCP Servers

View all in Social Media View all alternatives
  • S
    Shortgenius

    Generate AI short-form videos and auto-publish them to TikTok, YouTube, Instagram, Facebook and X.

    🌐 Social Media0 views
    Compare vs Shortgenius β†’
  • W
    WoopSocial MCP

    Post to social media (Facebook, Instagram, LinkedIn, Pinterest, YouTube, TikTok, X/Twitter and more)

    🌐 Social Media0 views
    Compare vs WoopSocial MCP β†’
  • W
    WoopSocial MCP

    Post to social media (Facebook, Instagram, LinkedIn, Pinterest, YouTube, TikTok, X/Twitter and more)

    🌐 Social Media0 views
    Compare vs WoopSocial MCP β†’
  • W
    WoopSocial Social Media MCP

    Post to social media (Facebook, Instagram, LinkedIn, Pinterest, YouTube, TikTok, X/Twitter and more)

    🌐 Social Media0 views
    Compare vs WoopSocial Social Media MCP β†’

Frequently Asked Questions about Transcript Magic

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

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 PreviewTranscript Magic AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/transcript-magic?style=directory)](https://allmcps.com/mcp/transcript-magic)
HTML Embed
<a href="https://allmcps.com/mcp/transcript-magic"><img src="https://allmcps.com/api/badge/transcript-magic?style=directory" alt="Transcript Magic on AllMCPs" /></a>

Technical Specs & Signals

Category🌐Social Media
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
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.
27Quality signal: Emerging Β· 27/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 ownership8/20
Documentation & tools11/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 get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it 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 🌐 Social Media β†’Best MCP servers for Social Media β†’Alternatives to Transcript Magic β†’Install in Claude DesktopInstall in CursorInstall in VS Code