Skip to main content
Glama
markswendsen-code

@striderlabs/mcp-youtube

@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-youtube

Related 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 browser

Tools

Tool

Description

search_videos

Search for videos by query

get_video_details

Get detailed info about a video

get_channel_info

Get channel information

list_playlists

List user playlists

get_playlist_videos

Get videos in a playlist

subscribe_channel

Subscribe to a channel

get_subscriptions

List subscribed channels

get_watch_history

Get watch history

like_video

Like a video

add_to_playlist

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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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/markswendsen-code/mcp-youtube'

If you have feedback or need assistance with the MCP directory API, please join our Discord server