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

コメント

「メディアとデザイン」の他のコンテンツ