Skip to content

Commit afd3ae2

Browse files
authored
Create README.md for YouTube MCP Server
Added README.md for YouTube MCP Server with features and installation instructions.
1 parent 60eb7c2 commit afd3ae2

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

src/youtube/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# YouTube MCP Server
2+
3+
MCP server for YouTube Data API integration - search videos, manage playlists.
4+
5+
## Features
6+
7+
- Search YouTube videos
8+
- Create playlists
9+
- Add videos to playlists
10+
- List user playlists
11+
- Delete playlists
12+
- OAuth2 authentication
13+
14+
## Installation
15+
16+
### NPM Package
17+
```bash
18+
npm install -g @a.ardeshir/youtube-mcp
19+
youtube-mcp-setup # Run OAuth setup wizard

0 commit comments

Comments
 (0)