From c37af228543ff74afc2be0b85c4a97fd330352dd Mon Sep 17 00:00:00 2001 From: Nabid Salehin Date: Wed, 2 Apr 2025 23:16:58 +0600 Subject: [PATCH 1/2] added youtube-video-summarizer to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 35e24f1562..7972734c9c 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[XiYan](https://github.com/XGenerationLab/xiyan_mcp_server)** - 🗄️ An MCP server that supports fetching data from a database using natural language queries, powered by XiyanSQL as the text-to-SQL LLM. - **[XMind](https://github.com/apeyroux/mcp-xmind)** - Read and search through your XMind directory containing XMind files. - **[YouTube](https://github.com/ZubeidHendricks/youtube-mcp-server)** - Comprehensive YouTube API integration for video management, Shorts creation, and analytics. +- **[YouTube Video Summarizer](https://github.com/nabid-pf/youtube-video-summarizer-mcp)** - Summarize lengthy youtube videos. ## 📚 Frameworks From 8aea3d82f0232b7ead6cfb77b3980a92118e182c Mon Sep 17 00:00:00 2001 From: Nabid Salehin <92419939+nabid-pf@users.noreply.github.com> Date: Thu, 29 May 2025 10:06:27 +0600 Subject: [PATCH 2/2] Removed unnecessary space --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9c740ac25f..397948e5ae 100644 --- a/README.md +++ b/README.md @@ -555,11 +555,9 @@ 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 Video Summarizer](https://github.com/nabid-pf/youtube-video-summarizer-mcp)** - Summarize lengthy youtube videos. - - **[Zoom](https://github.com/Prathamesh0901/zoom-mcp-server/tree/main)** - Create, update, read and delete your zoom meetings. - **[mcp_weather](https://github.com/isdaniel/mcp_weather_server)** - Get weather information from https://api.open-meteo.com API. - ## 📚 Frameworks These are high-level frameworks that make it easier to build MCP servers or clients.