MCP Server
MCP
yutu
The AI-powered toolkit that grows your YouTube channel on autopilot
Install
npx -y @eat-pray-ai/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@eat-pray-ai/yutu",
"version": "0.10.11-dev3",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional"
},
{
"value": "stdio",
"type": "named",
"name": "--mode"
}
],
"environmentVariables": [
{
"description": "GCP project credential for yutu, Base64 encoded JSON or path to JSON file",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YUTU_CREDENTIAL"
},
{
"description": "YouTube authentication token, Base64 encoded JSON or path to JSON file",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YUTU_CACHE_TOKEN"
},
{
"description": "Log level",
"format": "string",
"default": "INFO",
"choices": [
"DEBUG",
"INFO",
"WARNING",
"ERROR"
],
"name": "YUTU_LOG_LEVEL"
}
]
},
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@eat-pray-ai/yutu",
"version": "0.10.11-dev3",
"transport": {
"type": "streamable-http",
"url": "http://localhost:{--port}/mcp"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional"
},
{
"value": "http",
"type": "named",
"name": "--mode"
},
{
"description": "Port to listen on for HTTP mode",
"default": "8216",
"type": "named",
"name": "--port"
}
],
"environmentVariables": [
{
"description": "GCP project credential for yutu, Base64 encoded JSON or path to JSON file",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YUTU_CREDENTIAL"
},
{
"description": "YouTube authentication token, Base64 encoded JSON or path to JSON file",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YUTU_CACHE_TOKEN"
},
{
"description": "Log level",
"format": "string",
"default": "INFO",
"choices": [
"DEBUG",
"INFO",
"WARNING",
"ERROR"
],
"name": "YUTU_LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment