5 months ago
A fully functional MCP server and CLI for YouTube to automate YouTube operation.
Overview
A fully functional MCP server and CLI for YouTube to automate YouTube operation.
Server Config
{
"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"
}
}
}
}