New:Socket for Asana Is Now Available.Learn more
Sign In

@image-mcp/cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@image-mcp/cli

Agent-first CLI for Image MCP image generation, editing, jobs, and skill install flows

latest
Source
npmnpm
Version
0.1.6
Version published
Weekly downloads
8
-61.9%
Maintainers
1
Weekly downloads
 
Created
Source

@image-mcp/cli

Agent-first CLI for Image MCP.

This package gives agents and humans a direct workflow surface for:

  • browser OAuth login
  • model discovery
  • uploads
  • image create and edit jobs
  • job polling and cancellation
  • local skill installation

Install

npm install -g @image-mcp/cli

Or run it directly:

npx --yes @image-mcp/cli --help

Quick Start

image-mcp login
image-mcp whoami
image-mcp models --limit 5
image-mcp create "studio product shot" --model nano-banana-2
image-mcp skill install --agent all

Canonical Model IDs

Use provider-neutral public ids:

  • nano-banana
  • nano-banana/edit
  • nano-banana-2
  • nano-banana-2/edit

Slash-style edit ids are canonical.

Main Commands

  • login
  • logout
  • whoami
  • models
  • activity
  • upload
  • create
  • edit
  • job get|list|wait|cancel
  • doctor
  • skill install

Auth

The default flow opens the browser for OAuth and stores a local session. You can also point the CLI at another deployment with:

image-mcp whoami --base-url https://image-mcp.com

If you are using npx without a global install:

npx --yes @image-mcp/cli login
npx --yes @image-mcp/cli --help
npx --yes @image-mcp/cli whoami

Per-command help also works as:

image-mcp help create
image-mcp help job wait

Product Surfaces

Image MCP ships four product surfaces:

  • CLI
  • Skill
  • JSON API
  • MCP

For most agent workflows, the CLI + skill path is the best default.

Keywords

ai

FAQs

Package last updated on 17 Mar 2026

Related posts