https://github.com/PrajwalPrashanth/youtube-mcp-server
MCP server to fetch and extract transcripts from YouTube videos. Enable AI/LLMs to have access to transcripts for further actions like summarize, write blog..
https://github.com/PrajwalPrashanth/youtube-mcp-server
claude mcp mcp-server model-context-protocol transcripts youtube
Last synced: 2 months ago
JSON representation
MCP server to fetch and extract transcripts from YouTube videos. Enable AI/LLMs to have access to transcripts for further actions like summarize, write blog..
- Host: GitHub
- URL: https://github.com/PrajwalPrashanth/youtube-mcp-server
- Owner: PrajwalPrashanth
- Created: 2025-03-04T10:48:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T14:14:06.000Z (8 months ago)
- Last Synced: 2025-08-28T10:52:51.930Z (2 months ago)
- Topics: claude, mcp, mcp-server, model-context-protocol, transcripts, youtube
- Language: Python
- Homepage:
- Size: 467 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **youtube-mcp-server** - MCP server to fetch and extract transcripts from YouTube videos. Enable AI/LLMs to have access to transcripts for further actions like summarize, write blog.. `python` `claude` `mcp` `mcp-server` `model-context-protocol` `pip install git+https://github.com/PrajwalPrashanth/youtube-mcp-server` (🤖 AI/ML)
- awesome-mcp-servers - **youtube-mcp-server** - MCP server to fetch and extract transcripts from YouTube videos. Enable AI/LLMs to have access to transcripts for further actions like summarize, write blog.. `python` `claude` `mcp` `mcp-server` `model-context-protocol` `pip install git+https://github.com/PrajwalPrashanth/youtube-mcp-server` (AI/ML)
README
# YouTube MCP(Model Context Protcol) Server
----
This MCP server provides a tool to fetch and extract transcripts from YouTube videos. It enables AI language models (LLMs) to:
- Access complete text transcripts from YouTube video URLs
- Process and analyze video content through transcripts
- Reference and discuss video information in conversations
The server acts as a bridge between AI models and YouTube content by automatically extracting and formatting video transcripts.
Instead of saying can't access links

## Setup
1. Install uv (Python package manager):
**Mac:**
```bash
brew install uv
```
**Linux:**
```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
```
**Windows:**
```powershell
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
```
2. Clone this repository:
```bash
git clone git@github.com:PrajwalPrashanth/youtube-mcp-server.git
cd youtube-mcp-server
```
3. Create a virtual environment and install dependencies:
```bash
uv venv
source .venv/bin/activate
# On Windows: .venv\Scripts\activate
uv pip install -r pyproject.toml
```
## Add this MCP server to Claude Desktop ([download](https://claude.ai/download))
```bash
uv run mcp install -e . server.py -n "youtube-mcp"
```
Once this is done you should see the tool icon in the UI

and you can ask for it to do actions (like summarize) with the transcript by providing a YT video
