Skip to content
Cursor

youtube mcp for Cursor

io.github.miller-joe/youtube-mcp

MCP server for YouTube creator-ops with a ComfyUI bridge for AI thumbnail generation.

client:Cursor transport:stdio runtime:npm

Install youtube mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "youtube-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@miller-joe/youtube-mcp"
      ],
      "env": {
        "YOUTUBE_CLIENT_ID": "<YOUTUBE_CLIENT_ID>",
        "YOUTUBE_CLIENT_SECRET": "<YOUTUBE_CLIENT_SECRET>",
        "YOUTUBE_CLIENT_SECRET_FILE": "<YOUTUBE_CLIENT_SECRET_FILE>",
        "YOUTUBE_TOKEN_FILE": "<YOUTUBE_TOKEN_FILE>",
        "COMFYUI_URL": "<COMFYUI_URL>",
        "COMFYUI_DEFAULT_CKPT": "<COMFYUI_DEFAULT_CKPT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

youtube mcp in other clients