# Mcp Youtube

> Model Context Protocol to fetch youtube transcript

- **Type:** MCP server
- **Install:** `agentstack add mcp-adhikasp-mcp-youtube`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [adhikasp](https://agentstack.voostack.com/s/adhikasp)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [adhikasp](https://github.com/adhikasp)
- **Source:** https://github.com/adhikasp/mcp-youtube

## Install

```sh
agentstack add mcp-adhikasp-mcp-youtube
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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:

```json
"mcpServers": {
    "youtube": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/adhikasp/mcp-youtube", "mcp-youtube"]
    },
}
```

## Development

1. Clone the repository

2. Create and activate virtual environment using uv:
```bash
uv venv
source .venv/bin/activate  # On Unix/MacOS
# or .venv\Scripts\activate  # On Windows
```

3. Install dependencies:
```bash
uv sync
```

4. Run the server:
```bash
python -m youtube_mcp
```

## License

MIT

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [adhikasp](https://github.com/adhikasp)
- **Source:** [adhikasp/mcp-youtube](https://github.com/adhikasp/mcp-youtube)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-adhikasp-mcp-youtube
- Seller: https://agentstack.voostack.com/s/adhikasp
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
