Treza for Claude Desktop
io.github.treza-labs/treza
Build, run, schedule, and publish AI video pipelines to YouTube and TikTok from any MCP client.
client:Claude Desktop
transport:streamable-http
Install Treza in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"treza": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.trezalabs.com/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs