Command Palette

Search for a command to run...

UnylyUnyly
Browse all

YouTube Browser Control

FreeNot checked

An MCP server for YouTube automation using Playwright and Gemini AI agent. Enables browser control for YouTube operations like searching, playing videos, skippi

GitHubEmbed

About

An 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.

README

YouTube automation MCP server using Playwright + Gemini agent (no Selenium).

Cài đặt

1. Cài Python

2. Cài thư viện

pip install -r requirements.txt

3. Cấu hình API key + Endpoint

  • Tạo file .env với nội dung:
GEMINI_API_KEY=YOUR_GEMINI_API_KEY
MCP_ENDPOINT=wss://api.xiaozhi.me/mcp/?token=YOUR_TOKEN_HERE
# Tùy chọn: tắt tự kết nối lại khi WebSocket rớt (mặc định bật)
# MCP_WS_RECONNECT=false
  • Truy cập https://xiaozhi.me để lấy WebSocket token cho MCP_ENDPOINT.
  • Nếu log vẫn báo đóng kết nối mã 1006 sau khi cập nhật bridge (heartbeat + reconnect), broker hoặc mạng có thể đang timeout trong lúc chờ tools/call lâu — kiểm tra giới hạn thời gian / chính sách phía xiaozhi hoặc proxy cục bộ.

4. Chạy chương trình

python client.py

Tools có sẵn

  • open_youtube - Mở YouTube
  • search_video - Tìm kiếm video
  • play_first_video - Phát video đầu tiên
  • search_and_play - Prompt automation: mở YouTube, tìm query, chọn video phù hợp, phát video
  • search_and_play_with_agent - Alias của search_and_play
  • skip_ad - Bỏ qua quảng cáo
  • toggle_fullscreen - Bật/tắt fullscreen
  • get_current_url - Lấy URL hiện tại
  • close_browser - Đóng trình duyệt

Chế độ chạy

# WebSocket (mặc định)
python client.py

# Debug mode
python client.py --debug

# Stdio mode
python client.py stdio

Lưu ý: Server giữ browser session để bạn có thể gọi nhiều tool liên tiếp (search_video -> play_first_video -> skip_ad). "# mcp"

from github.com/duong0411/mcp

Installing YouTube Browser Control

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/duong0411/mcp

FAQ

Is YouTube Browser Control MCP free?

Yes, YouTube Browser Control MCP is free — one-click install via Unyly at no cost.

Does YouTube Browser Control need an API key?

No, YouTube Browser Control runs without API keys or environment variables.

Is YouTube Browser Control hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install YouTube Browser Control in Claude Desktop, Claude Code or Cursor?

Open YouTube Browser Control on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Playwright

Browser automation, scraping, screenshots

Microsoftby Microsoft

Puppeteer

Browser automation and web scraping.

modelcontextprotocolby modelcontextprotocol

opentabs-dev/opentabs

Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a

opentabs-devby opentabs-dev

robhunter/agentdeals

1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan

robhunterby robhunter

hlydecker/ucsc-genome-mcp

MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more.

hlydeckerby hlydecker

34892002/bilibili-mcp-js

A MCP server that supports searching for Bilibili content. Provides LangChain integration examples and test scripts.

34892002by 34892002

achiya-automation/safari-mcp

Native Safari browser automation for AI agents with 80+ tools. No Chrome dependency, optimized for Apple Silicon with 60% less CPU overhead.

achiya-automationby achiya-automation

agent-infra/mcp-server-browser

Browser automation capabilities using Puppeteer, both support local and remote browser connection.

bytedanceby bytedance

aparajithn/agent-scraper-mcp

Web scraping MCP server for AI agents. 6 tools: clean content extraction, structured scraping with CSS selectors, full-page screenshots via Playwright, link ext

aparajithnby aparajithn

apireno/DOMShell

Browse the web using filesystem commands (ls, cd, grep, click). 38 MCP tools map Chrome's Accessibility Tree to a virtual filesystem via a Chrome Extension.

apirenoby apireno

Compare YouTube Browser Control with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All browse MCPs