@striderlabs/mcp-youtube
Allows searching for videos, getting video details, managing playlists, subscribing to channels, retrieving subscriptions and watch history, liking videos, and adding videos to playlists via browser automation for YouTube.
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., "@@striderlabs/mcp-youtubesearch for machine learning tutorials"
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.
@striderlabs/mcp-youtube
MCP server connector for YouTube — search videos, manage playlists, subscriptions, and watch history via Playwright browser automation.
Installation
npm install @striderlabs/mcp-youtubeRelated MCP server: social-video-mcp
Configuration
Set environment variables:
export YOUTUBE_EMAIL="your-google-email@gmail.com"
export YOUTUBE_PASSWORD="your-password"
export YOUTUBE_HEADLESS="true" # Set to "false" to see browserTools
Tool | Description |
| Search for videos by query |
| Get detailed info about a video |
| Get channel information |
| List user playlists |
| Get videos in a playlist |
| Subscribe to a channel |
| List subscribed channels |
| Get watch history |
| Like a video |
| Add video to playlist |
MCP Configuration
Add to your MCP config:
{
"mcpServers": {
"youtube": {
"command": "npx",
"args": ["@striderlabs/mcp-youtube"],
"env": {
"YOUTUBE_EMAIL": "your-email",
"YOUTUBE_PASSWORD": "your-password"
}
}
}
}License
MIT
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/markswendsen-code/mcp-youtube'
If you have feedback or need assistance with the MCP directory API, please join our Discord server