MCP Directory
Back

mcp-youtube-transcript

by jkawamoto · Python · ★ 414

MCP server retrieving transcripts of YouTube videos

#mcp-server#python#youtube

Install

pip install git+https://github.com/jkawamoto/mcp-youtube-transcript.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-youtube-transcript": {
      "command": "uvx",
      "args": [
        "git+https://github.com/jkawamoto/mcp-youtube-transcript.git"
      ]
    }
  }
}

From the README

[](https://github.com/astral-sh/uv) [](https://github.com/jkawamoto/mcp-youtube-transcript/actions/workflows/python-app.yaml) [](https://github.com/pre-commit/pre-commit) [](https://github.com/jkawamoto/mcp-youtube-transcript/blob/main/LICENSE) [](https://hub.docker.com/mcp/server/youtube_transcript) This MCP server retrieves transcripts for given YouTube video URLs. This MCP server provides the following tools: Fetches the transcript of a specified YouTube video. - **url** *(string)*: The full URL of the YouTube video. This field is required. - **lang** *(string, optional)*: The desired l…
Read full README on GitHub →

Related media servers