Server Directory
APIIntermediate

YouTube Data

by Google

GitHub
3.4k

YouTube Data API v3 integration for video metadata, channel management, playlist operations, comment moderation, and video analytics.

CAPABILITIES

  • Video metadata and stats
  • Channel management
  • Playlist operations
  • Comment moderation
  • Video upload and editing
  • Analytics and reporting

INSTALLATION

Terminal
npx -y @google/mcp-server-youtube

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "youtube-data": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@google/mcp-server-youtube"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
API
Difficulty
Intermediate
Maintained By
Google
NPM Package
@google/mcp-server-youtube

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →