From fd93ae048d7b1bbfa4d962a63ae4fb6af28d74f2 Mon Sep 17 00:00:00 2001 From: Henry Mao <1828968+calclavia@users.noreply.github.com> Date: Wed, 12 Feb 2025 20:01:35 +0800 Subject: [PATCH] Update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9d3ff54..5f08352 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # YouTube MCP Server +[![smithery badge](https://smithery.ai/badge/@kevinwatt/yt-dlp-mcp)](https://smithery.ai/server/@kevinwatt/yt-dlp-mcp) + Uses `yt-dlp` to download YouTube content and connects it to LLMs via [Model Context Protocol](https://modelcontextprotocol.io/introduction). ## Features @@ -10,6 +12,15 @@ Uses `yt-dlp` to download YouTube content and connects it to LLMs via [Model Con ## Installation +### Installing via Smithery + +To install YouTube MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@kevinwatt/yt-dlp-mcp): + +```bash +npx -y @smithery/cli install @kevinwatt/yt-dlp-mcp --client claude +``` + +### Installing Manually 1. Install `yt-dlp` (Pip, Homebrew and WinGet both work great here) yt-dlp-mcp requires the yt-dlp package. Install it based on your operating system: