@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.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that enables interaction with the YouTube Data API, allowing users to search videos, get video and channel details, analyze trends, and fetch video transcripts.Last updated
- AlicenseAqualityDmaintenanceAn MCP server that enables AI agents to play and control YouTube and TikTok videos through a native mpv player window. It supports browsing subscriptions, searching content, managing playlists, and fetching video metadata using authenticated browser cookies.Last updated2314MIT
- Flicense-qualityDmaintenanceAn MCP server for YouTube automation using Playwright and Gemini AI agent. Enables browser control for YouTube operations like searching, playing videos, skipping ads, and managing playback through natural language commands.Last updated
- FlicenseBqualityCmaintenanceMCP server for YouTube Data API v3 enabling video search, channel lookup, trending content, comments, and playlist management.Last updated11
Related MCP Connectors
YouTube MCP — wraps the YouTube Data API v3 (BYO API key)
MCP server for Google Veo AI video generation
💯 The fastest YouTube transcript + YouTube search MCP for AI agents. Try for free.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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