We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60eb7c2 commit afd3ae2Copy full SHA for afd3ae2
1 file changed
src/youtube/README.md
@@ -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