About Youtube
Youtube is an MCP server published by adhikasp in the AI category: model Context Protocol to fetch youtube transcript. It has been installed 0 times through Conduid.
The repository has 47 stars and 18 forks, with the last commit 9 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx mcp-youtubeThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Youtube
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
YouTube MCP Server
A Model Context Protocol server that allows you to download subtitles from YouTube and connect them to a LLM.
Features
- Download transcripts from YouTube videos
- Support for both video IDs and full YouTube URLs
- Timestamps included in transcript
- Works with any MCP-compatible client
Usage
In your MCP client configuration:
"mcpServers": {
"youtube": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-youtube", "mcp-youtube"]
},
}
Development
-
Clone the repository
-
Create and activate virtual environment using uv:
uv venv
source .venv/bin/activate # On Unix/MacOS
# or .venv\Scripts\activate # On Windows
- Install dependencies:
uv sync
- Run the server:
python -m youtube_mcp
License
MIT
README mirrored from the source repository 3 months ago. The original is authoritative.