youtube-studio-mcp

mateogasme/youtube-studio-mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 2d ago
MCP server for YouTube channel owners — manage comments, analytics, videos, and playlists from Claude, Cursor, Windsurf, or any MCP client
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "youtube-studio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mateogasme/youtube-studio-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server for **YouTube channel owners**. Manage comments, analytics, videos, and playlists from Claude, Cursor, Windsurf, Cline, or any MCP-compatible client. > Unlike other YouTube MCP servers (which read public transcripts and metadata), `youtube-studio-mcp` authenticates as the channel owner and exposes write-side workflows: replying to comments, editing video metadata, querying Analytics, uploading videos, and more.