YouTube MCP Server
@adamanz
YouTube MCP Server について
An MCP server that enables uploading videos to YouTube through Claude Desktop or any MCP-compatible client
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"youtube-mcp-server-adamanz": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is YouTube MCP Server?
An MCP (Model Context Protocol) server that enables uploading videos to YouTube through Claude Desktop or any MCP-compatible client. It handles OAuth2 authentication, quota monitoring, and video metadata configuration.
How to use YouTube MCP Server?
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.
Key features of YouTube MCP Server
- 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
Use cases of YouTube MCP Server
- Schedule video uploads through a Claude Desktop conversation.
- Automate batch uploads by scripting the
upload_videotool. - Monitor YouTube API quota before uploading large projects.
FAQ from YouTube MCP Server
What does YouTube MCP Server do?
It lets you upload videos to your YouTube channel directly from any MCP‑compatible client (e.g., Claude Desktop), handling authentication, metadata, and resumable uploads.
What prerequisites are needed?
Python 3.10 or higher, a Google Cloud project with the YouTube Data API v3 enabled, OAuth2 credentials (downloaded as JSON), and an MCP client such as Claude Desktop.
Where are OAuth2 tokens stored?
Tokens are stored locally in a token.json file. The server automatically refreshes expired tokens.
What are the YouTube API quota limits?
Each upload consumes approximately 1,600 units out of the daily 1,600,000‑unit quota. If exceeded, you must wait 24 hours for a reset.
How do I resolve authentication errors?
Delete the token.json file and re‑run the setup_youtube_auth tool to re‑authenticate.
「メディアとデザイン」の他のコンテンツ
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
NS Travel Information MCP Server
r-huijtsA Model Context Protocol (MCP) server that provides access to NS (Dutch Railways) travel information through Claude AI. This server enables Claude to fetch real-time train travel information and disruptions using the official Dutch NS API.
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
Video Editor MCP server
burningionMCP Interface for Video Jungle
YouTube Transcript MCP Server
jkawamotoMCP server retrieving transcripts of YouTube videos
コメント