Youtube Uploader Mcp
@anwerj
About Youtube Uploader Mcp
Upload videos to YouTube via command line | OAuth2 authentication flow | Access token and refresh token management | Modular Go package structure
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"youtube-uploader-mcp": {
"command": "/absolute/path/to/youtube-uploader-mcp-<os>-<arch>",
"args": [
"-client_secret_file",
"/absolute/path/to/client_secret.json(See Below)"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Youtube Uploader Mcp?
Youtube Uploader Mcp is a command-line tool that uses the Model Context Protocol (MCP) to upload videos to YouTube. It includes OAuth2 authentication, token management, and a modular Go structure.
How to use Youtube Uploader Mcp?
Download the appropriate binary for your operating system from the Releases page, make it executable, then configure it in an MCP client (e.g., Claude Desktop or Cursor) by setting the command path and the -client_secret_file argument pointing to your Google OAuth client_secret.json file. Follow the separate OAuth setup guide for obtaining that file.
Key features of Youtube Uploader Mcp
- Upload videos to YouTube via command line
- OAuth2 authentication flow
- Access and refresh token management
- Modular Go package structure
Use cases of Youtube Uploader Mcp
- Automating video uploads to a YouTube channel
- Integrating YouTube uploads into MCP‑based workflows
- Programmatic video publishing with token management
FAQ from Youtube Uploader Mcp
What does Youtube Uploader Mcp do?
It is a CLI tool that uploads videos to YouTube using the Model Context Protocol, handling OAuth2 authentication and token refresh.
How do I install Youtube Uploader Mcp?
Download the binary for your OS from the GitHub Releases page (e.g., linux‑amd64, darwin‑arm64, windows‑amd64), make it executable, and add it to your MCP server configuration.
How do I set up authentication?
You must configure Google OAuth 2.0 by creating a project in the Google Developer Console, generating a client_secret.json file, and passing its path via the -client_secret_file argument.
What platforms are supported?
Pre‑built binaries are available for Linux (amd64), macOS (arm64), and Windows (amd64).
More Media & Design MCP servers
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
RustChain MCP
ScottcjnMCP server for RustChain blockchain and BoTTube video platform — AI agent tools for earning RTC tokens. Built on createkr's RustChain SDK.
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
Figma MCP Server
thirdstrandstudioFigma MCP Server with full API functionality
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
Comments