Youtube Playlist Generator Mcp Server
@danisss9
关于 Youtube Playlist Generator Mcp Server
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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Youtube Playlist Generator Mcp Server?
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. It is designed for developers integrating YouTube functionality into MCP‑compatible clients like Claude Desktop or VS Code with GitHub Copilot.
How to use Youtube Playlist Generator Mcp Server?
Install Node.js 18+, clone the repo, run npm install, obtain a YouTube Data API key (and optional OAuth credentials), set environment variables (YOUTUBE_API_KEY, YOUTUBE_CLIENT_ID, YOUTUBE_CLIENT_SECRET), build with npm run build, then configure the server in your MCP client’s settings using the node command with the built index.js path. Use tools like search_music_videos or create_playlist via natural language in the client.
Key features of Youtube Playlist Generator Mcp Server
- Search YouTube music videos with customizable parameters
- Retrieve detailed information for specific videos
- List videos from public YouTube playlists
- Full playlist management (create, edit, add/remove videos)
- OAuth 2.0 authentication for write operations
- Works with Claude Desktop and VS Code/GitHub Copilot
Use cases of Youtube Playlist Generator Mcp Server
- Search and browse music videos using natural language in an AI chat
- Retrieve video metadata (title, channel, duration) programmatically
- Create, edit, and organize personal YouTube playlists via voice or text
- Add or remove videos from existing playlists without leaving the AI interface
- List a user’s private playlists and manage their contents
FAQ from Youtube Playlist Generator Mcp Server
What are the runtime requirements?
Node.js 18 or higher is required. A Google Cloud Project with the YouTube Data API v3 enabled and a valid API key are needed; optional OAuth 2.0 credentials enable playlist management.
How does this server compare to a manual YouTube API call?
It abstracts the YouTube Data API v3 into easy‑to‑use MCP tools, allowing AI assistants to search, retrieve details, and manage playlists without writing custom API code or handling authentication flows.
Where do my data and API calls go?
All requests are made directly to the YouTube Data API v3 servers. No user data is stored or transmitted through a third‑party intermediary.
What are the known limits?
The YouTube Data API imposes a daily quota of 10,000 units (by default). Rate limiting also applies. OAuth access
开发工具 分类下的更多 MCP 服务器
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
MCP server to deploy code to Google Cloud Run
GoogleCloudPlatformMCP server to deploy apps to Cloud Run
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
评论