YouTube MCP Server

by adamanz

305 downloads
Not rated
GitHub

About

An MCP server that enables uploading videos to YouTube through Claude Desktop or any MCP-compatible client

Details

Author
adamanz
Downloads
305
Categories
Media

- Upload video files with customizable metadata
- OAuth2 authentication with YouTube API
- Check your YouTube API quota usage
- List available video categories by region
- Built‑in credential configuration tool

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 Python 3.10+, clone the repository, create a virtual environment, and install dependencies. Set up a Google Cloud project with YouTube Data API v3 and OAuth2 credentials, then configure Claude Desktop to point to youtube_uploader.py. On first use, run the setup_youtube_auth tool with your OAuth2 client details, then use the upload_video tool to upload files.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "youtube mcp server": {
            "youtube-mcp-server-adamanz": {
                "command": "python",
                "args": [
                    "-m",
                    "venv",
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "youtube-mcp-server-adamanz": {
        "command": "python",
        "args": [
            "-m",
            "venv",
            "venv"
        ]
    }
}

YouTube MCP Server

An MCP (Model Context Protocol) server that enables uploading videos to YouTube through Claude Desktop or any MCP-compatible client.

Features

- 📹 Upload Videos: Upload video files to YouTube with customizable metadata
- 🔐 OAuth2 Authentication: Secure authentication with YouTube API
- 📊 Quota Checking: Monitor your YouTube API usage
- 📝 Category Listing: Browse available video categories
- 🔧 Easy Setup: Built-in credential configuration tool

Prerequisites

- Python 3.10 or higher
- A Google Cloud Project with YouTube Data API v3 enabled
- OAuth2 credentials from Google Cloud Console
- Claude Desktop (or another MCP client)

Setup Instructions

1. Install Dependencies

```bash

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.