Home › Browser Automation & Scraping › yutu
yutu
The AI-powered toolkit that grows your YouTube channel on autopilot
Topics: Browser Automation
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.10.11-dev3)
npx -y @eat-pray-ai/yutu@0.10.11-dev3
Or add to your MCP client config:
{
"mcpServers": {
"yutu": {
"command": "npx",
"args": [
"-y",
"@eat-pray-ai/yutu@0.10.11-dev3"
],
"env": {
"YUTU_CREDENTIAL": "<YOUR_VALUE>",
"YUTU_CACHE_TOKEN": "<YOUR_VALUE>",
"YUTU_LOG_LEVEL": "<YOUR_VALUE>"
}
}
}
}
YUTU_CREDENTIALrequired secret — GCP project credential for yutu, Base64 encoded JSON or path to JSON fileYUTU_CACHE_TOKENrequired secret — YouTube authentication token, Base64 encoded JSON or path to JSON fileYUTU_LOG_LEVEL— Log level
This server takes extra arguments — see its repository.
Package (npm 0.10.11-dev3)
Package: npm @eat-pray-ai/yutu
YUTU_CREDENTIALrequired secret — GCP project credential for yutu, Base64 encoded JSON or path to JSON fileYUTU_CACHE_TOKENrequired secret — YouTube authentication token, Base64 encoded JSON or path to JSON fileYUTU_LOG_LEVEL— Log level
This server takes extra arguments — see its repository.
Related servers
UI-TARS-desktop
MCP server for web search operations
playwright-mcp
Playwright Tools for MCP
SeleniumBase MCP
Stealthy browser automation, testing, and web-scraping via CDP Mode.
Firecrawl MCP Server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
mcp
Automate your local Chrome browser
mcp-playwright
An MCP server using Playwright for browser automation and webscrapping
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry