MCP.so
Sign In

YouTube Transcript MCP Server

@PraveenKishore

About YouTube Transcript MCP Server

MCP server for fetching youtube transcripts

Basic information

Category

Media & Design

Runtime

jupyter notebook

Transports

stdio

Publisher

PraveenKishore

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-youtube": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is YouTube Transcript MCP Server?

This project implements a Model Context Protocol (MCP) server that provides a tool for fetching YouTube video transcripts in various formats. Leveraging the youtube-transcript-api, the server allows Large Language Models (LLMs) to access YouTube transcripts securely and efficiently.

How to use YouTube Transcript MCP Server?

Clone the repository, install dependencies with uv sync, and activate the virtual environment. Configure the server in your MCP client's `mcp

Comments

More Media & Design MCP servers