New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@callirra/mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@callirra/mcp

Callirra MCP server: generate images and video from any MCP-compatible agent, browse 172 curated prompt recipes, and use one API key for the newest image and video models.

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

@callirra/mcp

npm node license MCP

MCP server for Callirra — lets Claude Code, Cursor, Codex and other MCP-compatible agents discover models, generate images/videos, use the built-in prompt templates, upload references, poll tasks and check balances.

Example MCP configuration for Claude Code, Cursor and Codex, plus the tool surface the agent gets.

Requirements

⚠️ The built-in template catalogue was retired (Sep 2026): PROMPT_TEMPLATES is now an empty array, GET /api/v1/prompts/templates returns an empty list, and any templateId call returns 404. References to built-in templates or --template-id below are historical — use the prompt box or prompts/enhance instead.

  • Node.js 22+
  • A Callirra API key (sk-cal-...)

Install

npm install -g @callirra/mcp

Get an API key at callirra.com.

Configure

export CALLIRRA_API_KEY=sk-cal-xxxxxxxxxxxxxxxx

Optional:

export CALLIRRA_API_BASE=https://api.callirra.com

Run

callirra-mcp

Claude Code

Add the MCP server to your Claude Code config with:

{
  "mcpServers": {
    "callirra": {
      "command": "callirra-mcp",
      "env": {
        "CALLIRRA_API_KEY": "sk-cal-xxxxxxxxxxxxxxxx"
      }
    }
  }
}

Cursor / Codex

Use the same callirra-mcp command as the MCP server entry and pass CALLIRRA_API_KEY in the environment.

Available tools

ToolPurpose
list_modelsList available image/video models
get_balanceCheck credits and available balance
get_usageShow recent usage
generate_imageGenerate an image (supports nsfw_checker, google_search)
create_videoCreate an async video task (supports v2v refs, seed, modes, return_last_frame, NSFW/search toggles)
list_videosList recent video tasks
get_taskGet task status
cancel_taskCancel task
upload_mediaUpload a reference image (base64, ≤6MB)
list_prompt_templatesList built-in prompt templates
enhance_promptEnhance an idea with a built-in template
get_creative_knowledgeGet the full curated creative knowledge base

Each tool returns isError responses on failures so agents can handle errors gracefully.

License

MIT. Source: github.com/callirra-ai/mcp

  • GPT Image 2.5 Prompt Atlas — 50 prompts, each shipped with the exact frame it produced, plus a measured Flare-vs-Sunburst comparison
  • CLI · Agent skill — the same catalogue for terminals and skill-enabled agents

→ Start free at callirra.com

Keywords

callirra

FAQs

Package last updated on 19 Sep 2026

Related posts