Sign In

@astramindapp/evie-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astramindapp/evie-mcp

Evie Studio MCP — give any AI agent a full creative studio: generate images & video, edit, and animate stills with camera-motion presets, billed to MIND credits. By Astra AI.

latest
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

Evie Studio MCP

Give any AI agent a full creative studio. Generate images and video, edit images, and animate stills with camera-motion presets — straight from your agent, billed to your MIND credits.

The pitch: a creative studio is only as useful to your agents as the interface you give them. So we built Evie — Astra AI's creative agent — on MCP from day one. Every tool she uses to create, your agents can use too. This is that exact MCP, handed to you.

What your agent can do

ToolDoes
evie_imageText → image (Fal FLUX or Kie Kontext)
evie_editImage → image — restyle, swap, restage (Kie flux-kontext)
evie_videoText → short cinematic video (Fal Wan 2.5)
evie_animateStill → video with a camera-motion preset (push-in, 360 orbit, FPV, dolly zoom, bullet time…)
evie_characterKeep a subject's identity across new scenes (PuLID — "Soul"-style consistency)
evie_upscaleImage → higher-resolution image (Fal clarity-upscaler)
evie_motionsList the motion presets
evie_quotePrice a job in credits before running
evie_balanceYour MIND credit balance
evie_galleryYour recent generations (reuse any as a source)

Setup

  • Get a MIND API key at m-i-n-d.ai → Settings → Developer.
  • Add the server to your MCP client.

Claude Code:

claude mcp add evie -e MIND_API_KEY=mind_xxx -- npx -y @astramindapp/evie-mcp

Claude Desktop / Cursor / any MCP host (mcpServers config):

{
  "mcpServers": {
    "evie": {
      "command": "npx",
      "args": ["-y", "@astramindapp/evie-mcp"],
      "env": { "MIND_API_KEY": "mind_xxx" }
    }
  }
}

Billing

Every generation is metered to your MIND credits at provider cost × 15% — the same honest rate Evie charges everywhere. Talk, planning, and quotes are free; you only pay for what you generate. Out of credits → top up or upgrade at m-i-n-d.ai. Check anytime with evie_quote and evie_balance.

Example

You:  Make a moody product shot of a matte-black espresso machine, then animate it with a slow push-in.
Agent: evie_image({prompt:"matte-black espresso machine, moody studio light, steam, cinematic"})
       → https://…/shot.jpg  (0.34 credits)
       evie_animate({imageUrl:"https://…/shot.jpg", motion:"push-in", seconds:5})
       → https://…/clip.mp4  (14.37 credits)

By Astra AI. Patents pending.

Keywords

mcp

FAQs

Package last updated on 17 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts