MCP.so
登录

Youtube Uploader Mcp

@anwerj

关于 Youtube Uploader Mcp

Upload videos to YouTube via command line | OAuth2 authentication flow | Access token and refresh token management | Modular Go package structure

基本信息

分类

媒体与设计

传输方式

stdio

发布者

anwerj

提交者

Anwer J

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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)"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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).

评论

媒体与设计 分类下的更多 MCP 服务器