Skip to content
Cline

YouTube MCP for Cline

io.github.mrsknetwork/ytmcp

Interact with YouTube data via the official Data API v3

client:Cline transport:stdio runtime:npm

Install YouTube MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "ytmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrsknetwork/ytmcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

YouTube MCP in other clients