Merge branch 'main' of https://github.com/kevinwatt/yt-dlp-mcp
This commit is contained in:
commit
81099a39a7
32
README.md
32
README.md
@ -11,10 +11,36 @@ Uses `yt-dlp` to download YouTube content and connects it to LLMs via [Model Con
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Install `yt-dlp` (Homebrew and WinGet both work great here)
|
1. Install `yt-dlp` (Homebrew and WinGet both work great here)
|
||||||
|
|
||||||
|
yt-dlp-mcp requires the yt-dlp package. Install it based on your operating system:
|
||||||
|
|
||||||
|
Windows
|
||||||
|
```bash
|
||||||
|
winget install yt-dlp
|
||||||
|
```
|
||||||
|
MacOS
|
||||||
|
```bash
|
||||||
|
brew install yt-dlp
|
||||||
|
```
|
||||||
|
Linux
|
||||||
|
```bash
|
||||||
|
pip install yt-dlp
|
||||||
|
```
|
||||||
|
|
||||||
2. Install this via [dive](https://github.com/OpenAgentPlatform/Dive):
|
2. Install this via [dive](https://github.com/OpenAgentPlatform/Dive):
|
||||||
```bash
|
```json
|
||||||
mcp-installer install @kevinwatt/yt-dlp-mcp
|
{
|
||||||
```
|
"mcpServers": {
|
||||||
|
"yt-dlp-mcp": {
|
||||||
|
"command": "npx",
|
||||||
|
"args": [
|
||||||
|
"-y",
|
||||||
|
"@kevinwatt/yt-dlp-mcp"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Usage Examples
|
## Usage Examples
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user