From afd3ae2dc1dc735d8a3cfcc5f18df2f37b74f0b1 Mon Sep 17 00:00:00 2001 From: "Amir Ardeshir, DVM, MPVM, PhD" <9605033+aardeshir@users.noreply.github.com> Date: Fri, 22 Aug 2025 19:02:03 -0500 Subject: [PATCH 1/5] Create README.md for YouTube MCP Server Added README.md for YouTube MCP Server with features and installation instructions. --- src/youtube/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/youtube/README.md diff --git a/src/youtube/README.md b/src/youtube/README.md new file mode 100644 index 0000000000..f39273dd98 --- /dev/null +++ b/src/youtube/README.md @@ -0,0 +1,19 @@ +# YouTube MCP Server + +MCP server for YouTube Data API integration - search videos, manage playlists. + +## Features + +- Search YouTube videos +- Create playlists +- Add videos to playlists +- List user playlists +- Delete playlists +- OAuth2 authentication + +## Installation + +### NPM Package +```bash +npm install -g @a.ardeshir/youtube-mcp +youtube-mcp-setup # Run OAuth setup wizard From aa3297738a505cea073f30f5f25d566d3f7a0590 Mon Sep 17 00:00:00 2001 From: "Amir Ardeshir, DVM, MPVM, PhD" <9605033+aardeshir@users.noreply.github.com> Date: Sun, 24 Aug 2025 09:39:07 -0500 Subject: [PATCH 2/5] Add YouTube MCP entry to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19f5cbb8c3..eb178db0b6 100644 --- a/README.md +++ b/README.md @@ -1201,6 +1201,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[YouTube](https://github.com/Klavis-AI/klavis/tree/main/mcp_servers/youtube)** - Extract Youtube video information (with proxies support). - **[YouTube](https://github.com/ZubeidHendricks/youtube-mcp-server)** - Comprehensive YouTube API integration for video management, Shorts creation, and analytics. - **[YouTube DLP](https://github.com/AgentX-ai/youtube-dlp-server)** - Retrieve video information, subtitles, and top comments with proxies. +- **[YouTube MCP](src/youtube)** - Create playlists from song lists with OAuth2. Search videos, manage playlists, let AI curate your YouTube collections. - **[Youtube Uploader MCP](https://github.com/anwerj/youtube-uploader-mcp)** - AI‑powered YouTube uploader—no CLI, no YouTube Studio. - **[YouTube Video Summarizer](https://github.com/nabid-pf/youtube-video-summarizer-mcp)** - Summarize lengthy youtube videos. - **[yutu](https://github.com/eat-pray-ai/yutu)** - A fully functional MCP server and CLI for YouTube to automate YouTube operation. From db9a2d637b81cb92ef6befd7158cb45895ea0d90 Mon Sep 17 00:00:00 2001 From: "Amir Ardeshir, DVM, MPVM, PhD" <9605033+aardeshir@users.noreply.github.com> Date: Tue, 26 Aug 2025 11:31:36 -0500 Subject: [PATCH 3/5] Remove src/youtube folder as requested by reviewer --- src/youtube/README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/youtube/README.md b/src/youtube/README.md index f39273dd98..e69de29bb2 100644 --- a/src/youtube/README.md +++ b/src/youtube/README.md @@ -1,19 +0,0 @@ -# YouTube MCP Server - -MCP server for YouTube Data API integration - search videos, manage playlists. - -## Features - -- Search YouTube videos -- Create playlists -- Add videos to playlists -- List user playlists -- Delete playlists -- OAuth2 authentication - -## Installation - -### NPM Package -```bash -npm install -g @a.ardeshir/youtube-mcp -youtube-mcp-setup # Run OAuth setup wizard From 6bb62fb4cfe458ba892a7b5ea59d02e94d85047e Mon Sep 17 00:00:00 2001 From: "Amir Ardeshir, DVM, MPVM, PhD" <9605033+aardeshir@users.noreply.github.com> Date: Tue, 26 Aug 2025 11:41:33 -0500 Subject: [PATCH 4/5] Delete src/youtube/README.md Remove src/youtube directory as requested by reviewer --- src/youtube/README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/youtube/README.md diff --git a/src/youtube/README.md b/src/youtube/README.md deleted file mode 100644 index e69de29bb2..0000000000 From cccea03754a968dbf62d437d73a174dad178f694 Mon Sep 17 00:00:00 2001 From: "Amir Ardeshir, DVM, MPVM, PhD" <9605033+aardeshir@users.noreply.github.com> Date: Tue, 26 Aug 2025 11:47:26 -0500 Subject: [PATCH 5/5] Update YouTube MCP link in README.md Update YouTube MCP link to external repository as requested --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb178db0b6..e2fbb80311 100644 --- a/README.md +++ b/README.md @@ -1201,7 +1201,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[YouTube](https://github.com/Klavis-AI/klavis/tree/main/mcp_servers/youtube)** - Extract Youtube video information (with proxies support). - **[YouTube](https://github.com/ZubeidHendricks/youtube-mcp-server)** - Comprehensive YouTube API integration for video management, Shorts creation, and analytics. - **[YouTube DLP](https://github.com/AgentX-ai/youtube-dlp-server)** - Retrieve video information, subtitles, and top comments with proxies. -- **[YouTube MCP](src/youtube)** - Create playlists from song lists with OAuth2. Search videos, manage playlists, let AI curate your YouTube collections. +- **[YouTube MCP](https://github.com/aardeshir/youtube-mcp)** - Create playlists from song lists with OAuth2. Search videos, manage playlists, let AI curate your YouTube collections. - **[Youtube Uploader MCP](https://github.com/anwerj/youtube-uploader-mcp)** - AI‑powered YouTube uploader—no CLI, no YouTube Studio. - **[YouTube Video Summarizer](https://github.com/nabid-pf/youtube-video-summarizer-mcp)** - Summarize lengthy youtube videos. - **[yutu](https://github.com/eat-pray-ai/yutu)** - A fully functional MCP server and CLI for YouTube to automate YouTube operation.