
Yutu
@eat-pray-ai
About Yutu
A fully functional MCP server and CLI for YouTube to automate YouTube operation.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"yutu": {
"type": "stdio",
"command": "yutu",
"args": [
"mcp"
],
"env": {
"YUTU_CREDENTIAL": "/absolute/path/to/client_secret.json",
"YUTU_CACHE_TOKEN": "/absolute/path/to/youtube.token.json"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Yutu?
Yutu is a fully functional MCP server and CLI for YouTube that can manipulate almost all YouTube resources.
How to use Yutu?
Run yutu with a subcommand such as mcp to start the MCP server, or auth to authenticate. Use other commands like video, playlist, comment, etc., to manage specific resources. Append --help to any command for detailed options.
Key features of Yutu?
- Full MCP server and CLI for YouTube.
- Manipulates videos, playlists, comments, and channels.
- Supports captions, thumbnails, watermarks, and banners.
- Lists activities, members, Super Chat events, and more.
- Searches YouTube resources and manages subscriptions.
- Handles authentication via
yutu auth.
Use cases of Yutu?
- Automate YouTube resource management through an MCP server.
- Programmatically upload, update, or delete videos and playlists.
- Manage comment threads, channel sections, and memberships.
- Search for YouTube content and list channel activities.
FAQ from Yutu
How do I start the MCP server?
Use the command yutu mcp.
How do I authenticate with the YouTube API?
Run yutu auth and follow the authentication flow.
Which YouTube resources can Yutu manipulate?
Videos, playlists, comments, channels, captions, thumbnails, watermarks, channel banners, channel sections, subscriptions, and more.
How can I see all available commands?
Use yutu --help or yutu help to list all commands.
Is there a command to get version info?
Yes, use yutu version to display the current version.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments