youtube-playlists-mcp
Provides tools for managing YouTube playlists, including listing playlists, retrieving videos in a playlist, adding videos, moving videos between playlists, and removing videos from playlists.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@youtube-playlists-mcplist my YouTube playlists"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
YouTube Playlists MCP
A simple MCP server to manage YouTube playlists.
Setup
Credentials
Go to Google Cloud Console and create/select a project
Enable the YouTube Data API v3 (APIs & Services > Library)
Configure the OAuth consent screen (APIs & Services > OAuth consent screen)
In Data Access, add the
youtubeandyoutube.force-sslscopesIn Audience, add your Google account email as a test user
Create OAuth 2.0 credentials (APIs & Services > Credentials > Create Credentials > OAuth client ID)
Application type: Web app
Add
http://localhost:3000/oauth2as an authorized redirect URI
Download the JSON file and save it as
credentials.jsonin the project root
Build
npm install
npm run buildAuthenticate
Run the server once to sign in with your Google account.
node dist/index.jsTokens are saved to tokens.json for future runs.
Configure Claude
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"youtube-playlists-mcp": {
"command": "node",
"args": ["/absolute/path/to/youtube-playlists-mcp/dist/index.js"]
}
}
}Related MCP server: yutu
Tools
Tool | Description |
| List all playlists with ID, title, and video count |
| Get all videos in a playlist |
| Add video to playlist by video ID |
| Move video from one playlist to another |
| Remove video from playlist |
Notes
"Watch Later" is not supported due to a YouTube API limitation
The server authenticates on startup and automatically refreshes tokens when they expire
If authentication doesn't work in Firefox, try a Chromium-based browser
This server cannot be deployed
Maintenance
Related MCP Connectors
A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati…
A simple Typescript MCP server built using the official MCP Typescript SDK and smithery/cli. This…
The official MCP Server for the Mux API
Related MCP Servers
- AlicenseBqualityDmaintenanceA simple MCP server that allows AI assistants like Cursor or Claude Desktop to search for and play tracks on YouTube Music through natural language commands.254 npm12MIT
- AlicenseNot gradedqualityAmaintenanceA fully functional MCP server and CLI for YouTube to automate YouTube operation.637Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA TypeScript-based MCP server that provides backend API handling and facilitates communication between microservices. Features an organized structure with controllers, routes, and models for easy extensibility and maintenance.205 npm1MIT
- AlicenseNot gradedqualityDmaintenanceA minimalist MCP server that fetches transcripts from YouTube videos using the Supadata API.6 npmMIT