youtube-transcript-mcp
Fetches transcripts from YouTube videos for LLM chat apps via MCP.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@youtube-transcript-mcpSummarize https://www.youtube.com/watch?v=uB9yZenVLzg"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
youtube-transcript-mcp
Transcribe YouTube videos for LLM chat apps via MCP.
Example prompt: Summarize https://www.youtube.com/watch?v=uB9yZenVLzg
Install
Requires uv. Add this to your MCP client's config — works for any MCP-compatible app (Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, Zed, …):
{
"mcpServers": {
"youtube-transcript": {
"command": "uvx",
"args": ["youtube-transcript-mcp-server"]
}
}
}Equivalent one-liner if your client wants a single command:
uvx youtube-transcript-mcp-serverTool
transcribe(youtube_video_url: str) -> str— fetches the transcript (en/de/es/fr/ru) and prepends an ad-removal instruction for the LLM.
Develop locally
git clone https://github.com/SeanPedersen/youtube-transcript-mcp
cd youtube-transcript-mcp
uv venv && uv pip install -r pyproject.toml && source .venv/bin/activate
python mcp_server.pyPoint your MCP client at the local checkout instead of PyPI:
{
"command": "uv",
"args": [
"run", "--with", "fastmcp", "--with", "youtube-transcript-api",
"fastmcp", "run", "/absolute/path/to/youtube-transcript-mcp/mcp_server.py"
]
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SeanPedersen/youtube-transcript-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server