# Youtube Transcript Mcp

> An MCP server for fetching transcripts of YouTube videos.

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

## Install

```sh
agentstack add mcp-mybuddymichael-youtube-transcript-mcp
```

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

## About

# youtube-transcript-mcp

A simple [MCP](https://modelcontextprotocol.io/) server that lets LLMs easily get the transcript of YouTube videos.

## To install

Add this to your LLM app's MCP settings:

```json
{
  "mcpServers": {
    "youtube-transcript": {
      "command": "bunx",
      "args": ["--bun", "-y", "youtube-transcript-mcp"]
    }
  }
}
```

If you prefer node to bun, you can use `npx` instead:

```json
{
  "mcpServers": {
    "youtube-transcript": {
      "command": "npx",
      "args": ["-y", "youtube-transcript-mcp"]
    }
  }
}
```

## To use

Just ask your LLM about a YouTube video:

> Summarize this video: https://www.youtube.com/watch?v=dQw4w9WgXcQ

> What are the three key points of this video? https://www.youtube.com/watch?v=dQw4w9WgXcQ

> What are some counterpoints to this argument here? https://www.youtube.com/watch?v=dQw4w9WgXcQ

## Source & license

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

- **Author:** [mybuddymichael](https://github.com/mybuddymichael)
- **Source:** [mybuddymichael/youtube-transcript-mcp](https://github.com/mybuddymichael/youtube-transcript-mcp)
- **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-mybuddymichael-youtube-transcript-mcp
- Seller: https://agentstack.voostack.com/s/mybuddymichael
- 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%.
