Warp · imagic Max

Connect imagic to Warp

Add imagic to Warp as a CLI server and drive a whole shoot from the terminal that already knows your workflow.

1Install imagic and start the trial

The MCP server ships with imagic Max, and the free 7-day trial unlocks everything with no card. Download it from the desktop page first, because Warp needs something to talk to.

If you installed with pip rather than the packaged app, MCP is an optional extra: pip install imagic[mcp].

2Add imagic to Warp

Add it through Settings, or write the config file below.

Configuration

Warp reads ~/.warp/.mcp.json (global) or .warp/.mcp.json (project). The top-level key is mcpServers.

{
  "mcpServers": {
    "imagic": {
      "command": "imagic-mcp",
      "args": []
    }
  }
}

Where that file lives

macOS~/.warp/.mcp.json
Linux~/.warp/.mcp.json

Warp publishes this path in ~ form only and documents no Windows expansion, so use the command or the UI above rather than guessing where it lands.

Where to find it in the interface

Settings, then Agents, then MCP servers, then Add, then CLI Server (Command).

3Ask for a cull

Restart Warp if it was already running, then point it at a shoot:

Cull the shoot in D:/Shoots/eva_tom, apply my style, and export the keepers.

Warp will call scan_directory, analyze_photos, apply_my_style and export_photos in turn. Every one of those runs on your machine: the agent sends instructions, never your photos.

Things that catch people out

What imagic can do once it is connected

scan_directory analyze_photos apply_my_style export_photos

That is 18 tools in total, covering the library, culling, editing and your learned style. See the full tool reference, or the workflows for what to actually ask for.

Setting up a different client?

LM Studio JetBrains AI Assistant Amazon Q Developer Claude Code Claude Desktop Cursor

Try it on a real shoot

The 7-day trial includes imagic Max, the MCP server and every tool on this page. No card required.

Configuration verified against Warp's documentation. If Warp changes its setup and this page falls behind, tell us and we will fix it.