YouTube MCP Server

by IA-Programming

21 stars
603 downloads
Not rated
GitHub

About

YouTube MCP Server is an AI-powered solution designed to revolutionize your YouTube experience. It empowers users to search for YouTube videos, retrieve detailed transcripts, and perform semantic searches over video content—all without relying on the official API. By integrating

Details

Author
IA-Programming
GitHub stars
21
Downloads
603
Categories
Media, AI, Search, Other

- Search YouTube videos without using the official API
- Retrieve video transcripts
- Store video information and transcripts in a vector database
- Perform semantic search over stored transcripts

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name YouTube MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install dependencies with uv, create a .env file with your Google API key, and run uv run python server.py directly or configure the server in your MCP client (e.g., Claude Desktop) by providing the path to server.py and the API key. Once running, the client automatically discovers the tools.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "youtube mcp server": {
            "Youtube-MCP": {
                "command": "uv",
                "args": [
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "Youtube-MCP": {
        "command": "uv",
        "args": [
            "venv"
        ]
    }
}

YouTube MCP Server

A Model Context Protocol (MCP) server that provides tools for searching YouTube videos, retrieving transcripts, and performing semantic search over video content.

Support Us

If you find this project helpful and would like to support future projects, consider buying us a coffee! Your support helps us continue building innovative AI solutions.

<a href="https://www.buymeacoffee.com/blazzmocompany">![](https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=blazzmocompany&button_colour=40DCA5&font_colour=ffffff&font_family=Cookie&outline_colour=000000&coffee_colour=FFDD00)</a>

Your contributions go a long way in fueling our passion for creating intelligent and user-friendly applications.

Table of Contents

- YouTube MCP Server
- Features
- Prerequisites
- Installation
- Running the Server
- 1. Direct Method
- 2. Configure for Claude.app
- Available Tools
- Using with MCP Clients
- Example Usage
- Debugging
- Contributing
- License

Features

- Search YouTube videos without using the official API
- Retrieve video transcripts
- Store video information and transcripts in a vector database
- Perform semantic search over stored video transcripts

Prerequisites

- Python 3.8+
- Google API key for embeddings
- uv package manager

Installation

1. Clone this repository

2. Create and activate a virtual environment using uv:
```bash
uv venv

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.