vivalareda/youtube-transcript-mcp
3.2
If you are the rightful owner of youtube-transcript-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server designed to retrieve YouTube transcripts using tactiq.io.
youtube-transcript-mcp
An MCP server to get YouTube transcripts.
This uses tactiq.io to get the transcripts.
Installation
make sure you have bun installed
- clone this repo
- run
bun install
- add configuration to mcp file
Configuration
{
"youtube-transcript-mcp": {
"command": "bun",
"args": [
"run",
"path/to/youtube-transcript-mcp/index.ts"
]
}
}