@miller-joe/youtube-mcp

media MCP Server

OAuth-authenticated YouTube MCP for channel owners. Edit videos, reply to and moderate comments, query analytics, and set AI thumbnails via a ComfyUI bridge.

VerifiedInstall Ready
mediamedia
1 views0 stars0 forksv0.2.0MIT

Why This Matters

Discovered via list:awesome-mcp-servers-punkpeye and last synced 3mo ago.

VerifiedInstall Ready
Source
list:awesome-mcp-servers-punkpeye
Stars
0
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx @miller-joe/youtube-mcp

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-miller-joe-youtube-mcp": {
      "command": "npx",
      "args": [
        "@miller-joe/youtube-mcp"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

4
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (4)

update_video_metadata

title, description, tags, category, privacy.

get_video

full detail for one video.

list_my_videos

paginated list of the authenticated channel's uploads.

delete_video

permanently delete a video. Requires `confirm_video_title` to match the current title exactly, as a guard against deleting the wrong video.