PluginBench
MCP Server
Active

io.github.wmarceau/youtube-creator MCP Server

io.github.wmarceau/youtube-creator

What is the io.github.wmarceau/youtube-creator MCP server?

YouTube automation: upload videos, Shorts, manage playlists, get analytics

How to install io.github.wmarceau/youtube-creator

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • YOUTUBE_CREDENTIALS_PATH

    Path to OAuth client secrets JSON from Google Cloud Console

  • YOUTUBE_TOKEN_PATH

    Path to store OAuth token (defaults to ~/.google/youtube_token.pickle)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "youtube-creator": {
      "command": "uvx",
      "args": [
        "youtube-creator-mcp"
      ],
      "env": {
        "YOUTUBE_CREDENTIALS_PATH": "<YOUR_YOUTUBE_CREDENTIALS_PATH>",
        "YOUTUBE_TOKEN_PATH": "<YOUR_YOUTUBE_TOKEN_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "youtube-creator": {
      "command": "uvx",
      "args": [
        "youtube-creator-mcp"
      ],
      "env": {
        "YOUTUBE_CREDENTIALS_PATH": "<YOUR_YOUTUBE_CREDENTIALS_PATH>",
        "YOUTUBE_TOKEN_PATH": "<YOUR_YOUTUBE_TOKEN_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "youtube-creator": {
      "command": "uvx",
      "args": [
        "youtube-creator-mcp"
      ],
      "env": {
        "YOUTUBE_CREDENTIALS_PATH": "<YOUR_YOUTUBE_CREDENTIALS_PATH>",
        "YOUTUBE_TOKEN_PATH": "<YOUR_YOUTUBE_TOKEN_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "youtube-creator": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "youtube-creator-mcp"
      ],
      "env": {
        "YOUTUBE_CREDENTIALS_PATH": "<YOUR_YOUTUBE_CREDENTIALS_PATH>",
        "YOUTUBE_TOKEN_PATH": "<YOUR_YOUTUBE_TOKEN_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add youtube-creator --env YOUTUBE_CREDENTIALS_PATH=<YOUR_YOUTUBE_CREDENTIALS_PATH> --env YOUTUBE_TOKEN_PATH=<YOUR_YOUTUBE_TOKEN_PATH> -- uvx youtube-creator-mcp

Related MCP servers

Amazon seller tools: FBA fees, inventory optimization, restock recommendations.

0
Python
View repository →

Apollo.io lead enrichment and prospecting via MCP

0
Python
View repository →

AI-powered fitness content creator tools: video editing, image generation, workout plans, analytics.

0
Python
View repository →

Instagram automation: post images, Reels, carousels, Stories, analytics

0
Python
View repository →

Convert markdown to professional PDFs with clickable table of contents. No API keys.

0
Python
View repository →

TikTok automation: post videos, get analytics, manage comments

0
Python
View repository →