mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-19 00:23:24 +02:00
Create README.md for YouTube MCP Server
Added README.md for YouTube MCP Server with features and installation instructions.
This commit is contained in:
committed by
GitHub
parent
60eb7c28ad
commit
afd3ae2dc1
19
src/youtube/README.md
Normal file
19
src/youtube/README.md
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user