trackmcp
Back to directory

MCP server to fetch YouTube transcripts

73 stars PythonOthers Updated Aug 30, 2026
claude-desktopmcpmcp-serverraycasttranscriptyoutube

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)

code
uv run fastmcp dev ytt_mcp.py

This 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

code
{
  "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

code
@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 information

See 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

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP