6 MCP tools backed by Jati AI and Higgsfield. Animate images, generate product shots, and create cinematic ad videos — all from your Claude Code session with just an API key.
Call any tool directly from Claude Code — no API setup, no SDK, just prompt and create.
Animate any image into a cinematic 5–10s video via Jati AI. Provide an image URL and a motion prompt — returns a jobId to poll for the result.
Generate a product or fashion image using Jati AI. Optionally combine a model photo, product URL, and style reference into a single composed output.
Poll a Jati AI video generation job by job ID. Returns status (pending/processing/completed/failed) and the video URL once done.
Animate an image into a cinematic video using Higgsfield AI DoP models. Choose dop-lite, dop-turbo, or dop-standard. Returns a video URL when complete.
Generate 3 product ad videos in parallel — Product Hero, Lifestyle, and Social Proof angles. Claude writes the motion prompts, Higgsfield animates. All three at once.
Check the status of a Higgsfield video job by request ID. Returns status and the video URL when generation is complete.
Run claude mcp add imaji --transport http https://mcp.imajiai.space/mcp. No local install needed — it runs on Imaji's cloud.
Sign up at jati.imajiai.space and copy your API key. Add it as the Authorization header in your MCP config.
Tell Claude which product or image to animate. Claude picks the right tool, calls Jati AI or Higgsfield, and polls until the video is ready — no code from you.
Receive a direct video URL in the chat. Download it, embed it, or pass it straight to your publishing pipeline.
Two battle-tested backends — each optimized for its use case.
Imaji's own video and image generation backend. Handles image-to-video animation and multi-reference image composition. Powers jati_generate_video and jati_generate_image.
Cinematic image-to-video generation. Three model tiers (lite, turbo, standard) for fast or high-quality output. Powers higgsfield_generate_video and higgsfield_generate_ad_video.
Pick an archetype, generate a portrait, animate it, and pitch it to brands in that vertical.
// Add via Claude Code CLI claude mcp add imaji \ --transport http https://mcp.imajiai.space/mcp \ --header "Authorization: Bearer YOUR_IMAJI_API_KEY" // Or add manually to .claude/settings.local.json { "mcpServers": { "imaji": { "url": "https://mcp.imajiai.space/mcp", "headers": { "Authorization": "Bearer YOUR_IMAJI_API_KEY" } } } }
Get your API key at jati.imajiai.space. Restart Claude Code — all 6 tools appear automatically.
One API key. Jati AI + Higgsfield. No infrastructure to manage.