YouTube Transcript MCP Server

YouTube Transcript MCP Server
Featured

MCP server retrieving transcripts of YouTube videos - jkawamoto/mcp-youtube-transcript

jkawamoto

Entertainment & Media
Browser Automation
Python
Visit Server

README

Image 1: Python Application Image 2: GitHub License Image 3: pre-commit Image 4: Ruff Image 5: smithery badge

This MCP server retrieves transcripts for given YouTube video URLs.

Image 6: YouTube Transcript Server MCP server

Tools

This MCP server provides the following tools:

get_transcript

Fetches the transcript of a specified YouTube video.

Parameters

  • url (string): The full URL of the YouTube video. This field is required.
  • lang (string, optional): The desired language for the transcript. Defaults to en if not specified.

Installation

For Goose CLI

To enable the YouTube Transcript extension in Goose CLI, edit the configuration file ~/.config/goose/config.yaml to include the following entry:

extensions: youtube-transcript: name: Youtube Transcript cmd: uvx args: [--from, git+https://github.com/jkawamoto/mcp-youtube-transcript, mcp-youtube-transcript] enabled: true type: stdio

For Goose Desktop

Add a new extension with the following settings:

  • Type: Standard IO
  • ID: youtube-transcript
  • Name: Youtube Transcript
  • Description: Retrieve transcripts of YouTube videos
  • Command: uvx --from git+https://github.com/jkawamoto/mcp-youtube-transcript mcp-youtube-transcript

For more details on configuring MCP servers in Goose Desktop, refer to the documentation: Using Extensions - MCP Servers.

For Claude Desktop

To configure this server for Claude Desktop, edit the claude_desktop_config.json file with the following entry under mcpServers:

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

After editing, restart the application. For more information, see: For Claude Desktop Users - Model Context Protocol.

Installing via Smithery

To install Youtube Transcript for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @jkawamoto/mcp-youtube-transcript --client claude

Using Proxy Servers

In environments where access to YouTube is restricted, you can use proxy servers.

When using Webshare, set the username and password for the Residential Proxy using either the environment variables WEBSHARE_PROXY_USERNAME and WEBSHARE_PROXY_PASSWORD, or the command line arguments --webshare-proxy-username and --webshare-proxy-password.

When using other proxy servers, set the proxy server URL using either the environment variables HTTP_PROXY or HTTPS_PROXY, or the command line arguments --http-proxy or --https-proxy.

For more details, please visit: Working around IP bans - YouTube Transcript API.

License

This application is licensed under the MIT License. See the LICENSE file for more details.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages through structured accessibility snapshots, bypassing the need for screenshots or visually-tuned models.

Official
Featured
TypeScript
Playwright MCP Server

Playwright MCP Server

Contribute to showfive/playwright-mcp-server development by creating an account on GitHub.

Featured
Local
TypeScript
@kazuph/mcp-fetch

@kazuph/mcp-fetch

Contribute to kazuph/mcp-fetch development by creating an account on GitHub.

Featured
Local
JavaScript
Tavily MCP Server

Tavily MCP Server

An MCP server for Tavily's search API. Contribute to RamXX/mcp-tavily development by creating an account on GitHub.

Featured
Python
DuckDuckGo MCP Server

DuckDuckGo MCP Server

A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing. - nickclyde/duckduckgo-mcp-server

Featured
Python
The Verge News MCP Server

The Verge News MCP Server

MCP server for The Verge news RSS feed. Contribute to manimohans/verge-news-mcp development by creating an account on GitHub.

Featured
TypeScript
serper-search-scrape-mcp-server

serper-search-scrape-mcp-server

Serper MCP Server supporting search and webpage scraping - marcopesani/mcp-server-serper

Featured
TypeScript
mcp-server-youtube-transcript

mcp-server-youtube-transcript

This is an MCP server that allows you to directly download transcripts of YouTube videos. - kimtaeyoon83/mcp-server-youtube-transcript

Featured
JavaScript
mcp-pinterest

mcp-pinterest

Contribute to terryso/mcp-pinterest development by creating an account on GitHub.

Featured
TypeScript
MCP Spotify Server

MCP Spotify Server

Contribute to superseoworld/mcp-spotify development by creating an account on GitHub.

Featured
TypeScript