JUHE API Marketplace
MalikElate avatar
MCP Server

YouTube Transcript Extractor MCP

A Model Context Protocol server that enables AI assistants to extract transcripts from YouTube videos, allowing AI to analyze and work with video content directly.

2
GitHub Stars
11/17/2025
Last Updated
MCP Server Configuration
1{
2 "name": "youtube-transcript",
3 "command": "node",
4 "args": [
5 "/absolute/path/to/yt-mcp/build/index.js"
6 ]
7}
JSON7 lines
  1. Home
  2. MCP Servers
  3. yt-description-mcp

README Documentation

YouTube Transcript Extractor MCP 🎥

A Model Context Protocol (MCP) server that enables AI assistants to extract transcripts from YouTube videos. Built for integration with Cursor and Claude Desktop, this tool allows AI to analyze and work with YouTube video content directly.

Features

  • 🎯 Extract transcripts from any public YouTube video
  • 🔌 Easy integration with Cursor and Claude Desktop
  • 🚀 Built with TypeScript for type safety
  • 📦 Simple setup and deployment
  • 🛠️ Based on the Model Context Protocol

Prerequisites

  • Node.js (v16 or higher)
  • pnpm (recommended) or npm
  • A YouTube video URL to extract transcripts from

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/yt-mcp.git
cd yt-mcp
  1. Install dependencies:
pnpm install
  1. Build the project:
pnpm run build

Configuration

For Cursor

  1. Open Cursor Settings
  2. Navigate to MCP → Add new MCP server
  3. Configure with these settings:
    • Name: youtube-transcript
    • Type: command
    • Command: node /absolute/path/to/yt-mcp/build/index.js

For Claude Desktop

Add this configuration to your Claude Desktop config:

{
  "mcpServers": {
    "youtube-transcript": {
      "command": "node",
      "args": ["/absolute/path/to/yt-mcp/build/index.js"]
    }
  }
}

Usage

Once configured, the AI can extract transcripts from YouTube videos by calling the tool with a video URL. Example:

// The AI will use this format internally
const transcript = await extractTranscript({
  input: "https://www.youtube.com/watch?v=VIDEO_ID"
});

Technical Details

The server is built using:

  • @modelcontextprotocol/sdk - For MCP implementation
  • youtube-transcript - For transcript extraction
  • TypeScript - For type safety and better development experience

Limitations

  • Only works with public YouTube videos
  • Videos must have captions/subtitles enabled
  • Some videos may have auto-generated captions which might not be 100% accurate

Troubleshooting

Common issues and solutions:

  1. "Cannot find video ID" error

    • Ensure the YouTube URL is complete and correct
    • Check if the video is publicly accessible
  2. "No transcript available" error

    • Verify that the video has captions enabled
    • Try a different video to confirm the tool is working
  3. Build errors

    • Make sure all dependencies are installed
    • Check Node.js version (should be v16 or higher)

Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright © 2025 - All rights reserved