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

@prometheusavatar/mcp-server

v0.3.1

Published

MCP Server for Prometheus Avatar — Give any AI agent an embodied avatar + AAA image generation (gpt-image-1) via Model Context Protocol. 9 tools.

Readme

@prometheusavatar/mcp-server

Give any AI agent an embodied Live2D avatar via Model Context Protocol.

npx @prometheusavatar/mcp-server

9 Tools

| Tool | Description | |------|-------------| | create_avatar | Initialize a new avatar instance with model, voice, and persona | | equip_asset | Equip/unequip marketplace assets (skins, voices, effects, etc.) | | generate_asset | AI-generate new assets from text prompts (persona, expression, scene, etc.) | | update_asset | Edit price, name, description, tags, or license of an existing marketplace asset | | generate_image_pro | NEW v0.3 AAA-quality image gen via gpt-image-1 (skin preview cards / posters / UI mocks / XHS carousels) · BYOK OpenAI · Free quota · Pro Credits · Gemini fallback | | list_marketplace | Browse available marketplace assets by category | | get_avatar_status | Get current avatar state and equipped assets | | share_avatar | Generate shareable links and embed codes | | speak | Make the avatar speak text with TTS and lip-sync animation |

Setup

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "prometheus": {
      "command": "npx",
      "args": ["-y", "@prometheusavatar/mcp-server"],
      "env": {
        "GEMINI_API_KEY": "your-key-here"
      }
    }
  }
}

Cursor / Windsurf / Any MCP Client

{
  "command": "npx",
  "args": ["-y", "@prometheusavatar/mcp-server"]
}

Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | GEMINI_API_KEY | For generate_asset | Google AI API key (free) | | OPENAI_API_KEY | For generate_image_pro (BYOK) | OpenAI key with gpt-image-1 access (platform.openai.com) — without this, platform Free quota / Pro Credits routes apply | | PROMETHEUS_API_URL | No | Custom API URL (default: https://prometheus.mythslabs.ai) | | PROMETHEUS_API_KEY | No | API key for authenticated operations |

Example Conversation

User: "Create an avatar that looks like a cute anime girl and make her say hello"

AI Agent (using MCP):

  1. Calls create_avatar → gets embed URL
  2. Calls speak with "Hello! Nice to meet you! 😊"
  3. Returns the embed URL to the user

User: "Browse the marketplace for cool effects"

AI Agent:

  1. Calls list_marketplace with category "effects"
  2. Presents Cherry Blossom Rain, Starfield, etc.
  3. User picks one → calls equip_asset

User: "Generate a cyberpunk anime girl skin in AAA Genshin / Overwatch shop card tier"

AI Agent (v0.3+):

  1. Calls generate_image_pro with { style: 'cyberpunk', task: 'aaa_skin', size: '1024x1536', quality: 'high', prompt: '3D cel-shaded engine render, cyberpunk anime girl, neon hair...' } (Twin Prompt-Is-The-Ceiling rule — recommend ≥100-word prompt with explicit AAA benchmark named for best quality)
  2. Returns 1024×1536 base64 image (or publicUrl when upload: true) — ready to ship to marketplace as a skin preview card
  3. Cost reported per call (Free quota / Pro Credits / BYOK $0)

Links

License

MIT — Myths Labs