The Plug

YouTube Viewer

Browse YouTube videos and channels with interactive player UI

0
Gisela Torres

Cloud Advocate at Microsoft

YouTube Viewer preview

Search for YouTube videos and channels, view video cards with thumbnails, and browse channel profiles — all rendered as interactive UI inside your AI chat. Requires YouTube Data API v3 key.

Installation

Add the following configuration to your MCP client settings file to install this app.

{
  "claude": {
    "mcpServers": {
      "youtube-mcp": {
        "command": "npx",
        "args": [
          "-y",
          "@0gis0/mcp-apps"
        ]
      }
    }
  }
}

Install Instructions

Copy the JSON config below and paste it into your MCP client settings file.

For Claude Desktop:

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "youtube-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@0gis0/mcp-apps"
      ]
    }
  }
}

Get this App

Copy the config and paste it into your MCP client settings.

{
  "claude": {
    "mcpServers": {
      "youtube-mcp": {
        "command": "npx",
        "args": [
          "-y",
          "@0gis0/mcp-apps"
        ]
      }
    }
  }
}

Stats

Rating
4.0(2)
Installs
67
Views
480
GitHub
32

Works With

🟠 Claude🔵 VS Code🪿 Goose

README Badge

Add this badge to your GitHub README:

[![The Plug](https://getmcpapps.com/badge/youtube-viewer.svg)](https://getmcpapps.com/apps/youtube-viewer)