ytt-mcp
MCP server to fetch YouTube transcripts
Documentation
# ytt-mcp: YouTube Transcript MCP Server
MCP Server to fetch transcripts for YouTube videos.
## Installing and Running
The most convenient way to install and run is to use uv and then invoke the package using `uvx`
## Using MCP Inspector (for development/debugging/testing only)
uv run fastmcp dev ytt_mcp.pyThis will generate a localhost URL that can be used to examine and test out the server.
## Claude Desktop
Go to _Settings_ → _Developer_, and then click on _Edit Config_. This will open the claude-desktop-config.json file in your default editor. Make the following addition
{
"mcpServers": {
……
"ytt-mcp": {
"command": "uvx",
"args": ["ytt-mcp"]
}
}
}Relaunch Claude config and try out the server as shown in the screenshot below
## Raycast
If you are using Raycast, you can install the MCP server by invoking the _Install Server_ command from the MCP extension.
After that you can refer to the MCP server as `@youtube-transcript` and interact with it. You can also use it in a Raycast AI Command with a prompt. For example, here is a prompt I use to extract and summarize a YouTube URL in the clipboard
@youtube-transcript fetch the Youtube transcript of the video: {clipboard | raw}
Comprehensively summarize the transcript with the following format:
"""
### Key Takeaways
-
"""
### Theme Wise Breakdown
Some rules to follow precisely:
- ALWAYS capture the perspective and POV of the author
- NEVER come up with additional informationSee video demo below
https://github.com/user-attachments/assets/e6530768-3483-4cb9-988a-7ec7a999d505
Frequently asked questions
What is ytt-mcp?
ytt-mcp is MCP server to fetch YouTube transcripts
How do I install ytt-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is ytt-mcp open source?
Yes — it is hosted on GitHub at https://github.com/cottongeeks/ytt-mcp and has 73 stars.
Related MCP tools
Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace MCP Server & CLI Tool
Fast and Accurate Code Search for Agents. Uses 99% fewer tokens than grep+read
TradingView MCP server — real-time market data, technical analysis, screeners & backtesting for Claude, ChatGPT, Cursor & any MCP client. Stocks, crypto, forex & futures across global exchanges. Hosted or self-host.
Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.
Open source implementation and extension of Google Research’s PaperBanana for automated academic figures, diagrams, and research visuals, expanded to new domains like slide generation.
MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better PostgreSQL code.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP