MCP

Installing the YouTube Transcript MCP Server

A complete step-by-step guide on how to install and run the YouTube Transcript Model Context Protocol (MCP) server on your local machine.

July 3, 2026
5 min read

Installing the YouTube Transcript MCP Server

Setting up a local Model Context Protocol (MCP) server allows your AI development environments to fetch and analyze video data programmatically.

In this guide, we walk you through the process of installing and launching the YouTube Transcript MCP Server using Node.js.

Prerequisites

Before configuring your server, ensure you have the following installed:

  • Node.js (v18 or higher)
  • npm or pnpm
  • Git

Installation Steps

Open your terminal and execute these commands:

  1. Clone the Repository:
    git clone https://github.com/transcribeyt/youtube-transcript-mcp
    cd youtube-transcript-mcp
    
  2. Install Dependencies:
    npm install
    
  3. Build the Project:
    npm run build
    
  4. Configure your Client: Add the build output path to your local Claude Desktop config file (claude_desktop_config.json) to register the server.

Learn More About Transcription →

TRANSCRIPTION TOOL

Ready to Transcribe?

Extract transcripts and subtitles from online videos instantly. Try TranscribeYT for free today.

Share Article