Back to MCP Servers
Yutu
A fully functional MCP server and CLI for YouTube to automate YouTube operation
browser-automation
By eat-pray-ai
Installation
npx -y yutuConfiguration
{
"mcpServers": {
"yutu": {
"command": "npx",
"args": ["-y", "yutu"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes