Submit

Youtube Playlist Generator Mcp Server

@danisss9

A Model Context Protocol (MCP) server that enables AI applications to search for YouTube music videos and manage playlists using the official YouTube Data API v3.

Tools

Server Config

{
  "mcpServers": {
    "youtube-playlist-generator": {
      "command": "node",
      "args": [
        "/absolute/path/to/yt-playlist-generator/build/index.js"
      ],
      "env": {
        "YOUTUBE_API_KEY": "your_youtube_api_key_here",
        "YOUTUBE_CLIENT_ID": "your_client_id_here",
        "YOUTUBE_CLIENT_SECRET": "your_client_secret_here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.