Skip to content

Releases: ergut/youtube-transcript-mcp

v1.0.0 - First Remote YouTube Transcript MCP Server

05 Jun 00:17

Choose a tag to compare

🎉 First release of the YouTube Transcript Remote MCP Server!

What's New

  • Zero-setup YouTube transcript extraction for Claude
  • Works on mobile, desktop, and web
  • Smart caching with Cloudflare KV
  • Multi-language support
  • Robust error handling

Quick Start

Add to your Claude Desktop config:

{
  "mcpServers": {
    "youtube-transcript": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://youtube-transcript-mcp.youtube-mcp-server.workers.dev/sse"
      ]
    }
  }
}

Server URLs

Documentation

Full setup instructions and examples available in the README.