Loading MCP server directory, please wait...
Schedule and retitle YouTube videos, draft copy, and upload from your own machine.
npx @getmcp/cli add in.buildifyapp.runsheet/youtube-schedulerRequires Node.js 18+. Community-contributed server. Review source before installing.
RUNSHEET_API_KEYA Runsheet API key (starts rsk_live_). Make one at runsheet.buildifyapp.in under Settings, API keys. Tick the upload permission to upload videos.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"in.buildifyapp.runsheet/youtube-scheduler": {
"command": "npx",
"args": [
"-y",
"runsheet-mcp"
],
"env": {
"RUNSHEET_API_KEY": ""
}
}
}
}