CLI & MCP
Studios in your terminal, and in Claude.
One package, two commands: the yesilcam CLI for scripts and pipelines, and yesilcam-mcp so Claude can generate images, videos and try-ons, read your library and analyze floor plans with your own account and token wallet.
Install
Install
Requires Node 18 or newer. Published on npm; the tarball on this site remains as a fallback.
npm install -g yesilcam-studios
yesilcam login
yesilcam balance
# fallback
npm install -g https://yesilcamstudios.com/downloads/yesilcam-studios.tgz
Quick start
Quick start
# Film Studio
yesilcam image "a lighthouse at dusk, 35mm film" --tier standard --out lighthouse.png
yesilcam video --from 1234 --duration 5 --wait
yesilcam jobs status 5678 --wait --out result.mp4
# Fashion Try-On
yesilcam assets upload garment.png
yesilcam tryon --garment 88 --person 77 --out look.png
# Maket
yesilcam maket analyze plan.dxf
yesilcam maket save plan.dxf --title "Villa"
yesilcam pricing
yesilcam --json balance
MCP
Connect Claude
Sign in once, then give Claude the token. Claude Desktop reads the JSON below; Claude Code takes the one-line command.
Keep your token private. It grants full access to your account. Revoke it by changing your password.
# Claude Code
yesilcam login --json # copy "token"
claude mcp add yesilcam -e YESILCAM_TOKEN=<token> -- yesilcam-mcp
# Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"yesilcam": {
"command": "yesilcam-mcp",
"env": { "YESILCAM_TOKEN": "<token>" }
}
}
}
What Claude can do
What Claude can do
Every tool spends tokens exactly like the app; failed jobs are refunded. Maket analysis runs locally and is free.
yesilcam_create_image
yesilcam_create_video
yesilcam_tryon
yesilcam_job_status
yesilcam_list_jobs
yesilcam_list_assets
yesilcam_upload_asset
yesilcam_list_characters
yesilcam_balance
yesilcam_account
yesilcam_pricing
yesilcam_maket_analyze
yesilcam_maket_projects
yesilcam_maket_save
