youtube-transcript-mcp

0.1.5 • Public • Published

youtube-transcript-mcp

A simple MCP server that lets LLMs easily get the transcript of YouTube videos.

To install

Add this to your LLM app's MCP settings:

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

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

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

Package Sidebar

Install

npm i youtube-transcript-mcp

Weekly Downloads

13

Version

0.1.5

License

MIT

Unpacked Size

489 kB

Total Files

4

Last publish

Collaborators

  • hnsn