The yesilcam-studios package gives you two commands: yesilcam for the terminal and yesilcam-mcp for Claude. Both use your normal account and token wallet.

Install and sign in

npm install -g yesilcam-studios
yesilcam login
yesilcam balance

The token is saved to ~/.config/yesilcam/config.json with owner-only permissions. Use yesilcam logout to remove it.

Generate from the terminal

yesilcam image "a lighthouse at dusk, 35mm film" --tier standard --out lighthouse.png
yesilcam video --from 1234 --duration 5 --wait
yesilcam tryon --garment 88 --person 77 --out look.png
yesilcam maket analyze plan.dxf

Add --json for machine-readable output. Run jobs one after another rather than in parallel when you need their ids in order.

Connect Claude

yesilcam login --json      # copy "token"
claude mcp add yesilcam -e YESILCAM_TOKEN=<token> -- yesilcam-mcp

Claude Desktop reads the same server from its configuration file; yesilcam mcp prints the snippet. Claude can then create images and videos, run try-ons, read your library and analyze floor plans on your behalf.

Keep the token private; it grants full access to the account.