ytrnscrpt-mcp-server

ytrnscrpt-mcp-server

3.2

If you are the rightful owner of ytrnscrpt-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The YouTube Transcript MCP Server allows Claude to fetch and analyze YouTube video transcripts.

YouTube Transcript MCP Server

MCP server that enables Claude to fetch and analyze YouTube video transcripts.

Quick Start

  1. Setup:
npm install
npm run build
  1. Configure Claude Desktop:
    • Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
  "mcpServers": {
    "youtube-transcript": {
      "command": "node",
      "args": [
        "/ABSOLUTE/PATH/TO/ytrnscrpt-mcp-server/dist/index.js"
      ]
    }
  }
}
  • Restart Claude Desktop
  • Ask: "Get me the transcript for [YouTube URL]"

License

MIT