MCP Server to extract transcript from a YouTube video
Project description
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.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
{
"mcpServers": {
…<rest of the config>…
"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
- <EXACTLY three bullet points with the key takeaways, keep the bullet points as short as possible>
"""
### Theme Wise Breakdown
<divide the transcript into thematic sections and summarize each section comprehensively. reuse any existing section delimiters the article already has. If not add your own. keep the content of the breakdown in the same order as it appears in the webpage text.>
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ytt_mcp-0.0.7.tar.gz.
File metadata
- Download URL: ytt_mcp-0.0.7.tar.gz
- Upload date:
- Size: 100.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07f0309d214b96fe1d030531159cf73e88f7ca2d76c93a9a5a1323ca191e16a0
|
|
| MD5 |
e06660deb123793953411add5d312a4d
|
|
| BLAKE2b-256 |
be4c45809f891677a66d565e3ad56ea3cb60d1fe1d1ea9f8bf73bbebb136d313
|
File details
Details for the file ytt_mcp-0.0.7-py3-none-any.whl.
File metadata
- Download URL: ytt_mcp-0.0.7-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05bf572eee13299602c5bb37a02506a30a146750d5c155776ae1ced7edabc7f4
|
|
| MD5 |
510bfb2ad3427c3af4713c14e8051bff
|
|
| BLAKE2b-256 |
3125a4edcddc5415e78ed3da482a25f7dba9adb31203470e15f45c8f03207fce
|