1.0.2 • Published 10 months ago

@80ai20u/mcp-youtube-transcript v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

MCP YouTube Transcript Server

An MCP server for fetching and processing YouTube video transcripts. Returns transcript content directly in Markdown format.

Installation

npx @80ai20u/mcp-youtube-transcript

Usage in MCP Configuration

Add to your MCP configuration:

{
  "youtube-transcript": {
    "command": "npx",
    "args": ["-y", "@80ai20u/mcp-youtube-transcript"]
  }
}

Features

  • Fetches transcripts from YouTube videos
  • Processes and formats transcript text
  • Returns formatted content directly
  • Handles HTML entities and text formatting
  • Organizes content into readable paragraphs
  • Returns title and content in Markdown format

Tool Parameters

{
  "name": "get_transcript",
  "params": {
    "url": "https://www.youtube.com/watch?v=YOUR_VIDEO_ID"
  }
}

Output

The server returns the transcript content directly in the response, formatted in Markdown with the video title as a heading.

License

MIT