Command-line interfaceBeta

Invoomen on the command line

One binary that authenticates, installs MCP into your AI client, and generates images, videos, and music. Built for Claude Code, Codex, and anyone who lives in the terminal.

From zero to generating in 30 seconds

Install once, log in once, then use the CLI directly or have it wire up your favorite assistant.

  1. 01

    Install

    Globally install the Invoomen CLI from npm. (Not yet on npm — for now: git clone https://github.com/invoomen/cli && cd cli && npm install && npm run build && npm link.)

    npm install -g @invoomen/cli
  2. 02

    Log in

    Opens your browser, you copy your key once, the CLI stores it locally.

    invoomen auth login
  3. 03

    Generate or install MCP

    Either use the CLI directly or have it write the MCP config for Claude Code, Codex, Cursor, or Claude Desktop.

    invoomen generate image "cinematic dolly-in of a hummingbird"

Commands

Everything you can do without leaving the shell.

invoomen auth login

Open your browser, create a key, store it locally in ~/.invoomen/config.json.

invoomen mcp install <client>

Write the right MCP config for claude, claude-code, codex, or cursor.

invoomen generate image "…"

Generate an image. Resolves a default model, waits, prints the URL.

invoomen generate video "…"

Generate a video. Async — prints a generation_id and polls until ready.

invoomen generate music "…"

Spin up a Suno music generation and download the result.

invoomen balance

Print your current credit balance and renewal date.

invoomen list models

Browse the model catalog. Filter with --kind image|video|music|audio.

invoomen list generations

Recent generations in your active workspace.

Auto-install MCP into your assistant

The CLI knows where each client stores its config and writes the right snippet for you.

invoomen mcp install claude

~/.claude/claude_desktop_config.json (Claude Desktop / Claude Code)

invoomen mcp install claude-code

Runs 'claude mcp add' so Claude Code picks it up project-wide

invoomen mcp install codex

~/.codex/config.toml (OpenAI Codex CLI)

invoomen mcp install cursor

~/.cursor/mcp.json (Cursor IDE)

Same surface as the MCP server

The CLI is a thin wrapper around the Invoomen MCP server — same tools, same models, same credits.

Image generation

33+ image models including Seedream, Nano Banana, Imagen 4, Qwen2 Edit, GPT Image 2.

Video generation

Kling, Wan 2.7, Seedance, Grok Imagine, and more — up to 4K, 15-second clips.

Music & lyrics

Full Suno v5 — generate tracks, lyrics, covers, vocal extraction, MIDI.

TTS & voice tools

ElevenLabs dialogue v3, audio isolation, and Suno persona/vocal models.

Saved characters

Reference your saved characters by @name in any prompt — no re-upload needed.

Saved elements

Reusable props, scenes, and styles attach to generations with @mentions.

Workspace credits

Bills the same Invoomen credits as the website. Team workspaces share the credit pool.

Multi-assistant

Works with Claude.ai, Claude Desktop, Claude Code, Codex CLI, Cursor, ChatGPT.

What people use it for

Scripts, automations, and side-by-side experimentation.

Marketing & ads

Generate product imagery, social ads, and short-form video for campaigns straight from chat.

Make a 16:9 hero image for our July promo and a 9:16 cutdown for TikTok.

Content creators

Spin up thumbnails, b-roll, intros, and music beds without leaving your editor.

I need a 10-second cinematic intro for a YouTube video about quantum computing.

Filmmakers

Pre-viz, storyboards, character consistency across shots, and animatic videos.

Generate three storyboard frames of @hero walking into the warehouse, then animate frame 2.

E-commerce

Catalog imagery, lifestyle shots, packaging variants, and product launch video assets.

Create five aspect-ratio variants of this product photo with a sunlit kitchen background.

Agencies

Run multiple client brands from one workspace; reference saved brand kits as characters.

For client @acme, generate four campaign images in their brand palette.

Designers

Texture references, mood boards, palette explorations, and asset variations.

Generate 8 abstract textures inspired by Bauhaus posters at 2K resolution.

Frequently asked questions

The terminal is your studio

One command to install. One command to log in. Generate from anywhere.

Create your API key

Open source on GitHub.