npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@astramindapp/evie-mcp

v0.3.0

Published

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.

Readme

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

| Tool | Does | |---|---| | evie_image | Text → image (Fal FLUX or Kie Kontext) | | evie_edit | Image → image — restyle, swap, restage (Kie flux-kontext) | | evie_video | Text → short cinematic video (Fal Wan 2.5) | | evie_animate | Still → video with a camera-motion preset (push-in, 360 orbit, FPV, dolly zoom, bullet time…) | | evie_character | Keep a subject's identity across new scenes (PuLID — "Soul"-style consistency) | | evie_upscale | Image → higher-resolution image (Fal clarity-upscaler) | | evie_motions | List the motion presets | | evie_quote | Price a job in credits before running | | evie_balance | Your MIND credit balance | | evie_gallery | Your recent generations (reuse any as a source) |

Setup

  1. Get a MIND API key at m-i-n-d.ai → Settings → Developer.
  2. 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.