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 "Install 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 playlist built in Typescript.
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: azure-devops MCP Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jeromeberg/youtube-playlists-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server