Back to MCP Servers

Vap Showcase

AI media generation (Flux, Veo, Suno) with cost control. Pre-commit pricing, budget enforcement, reserve-burn-refund billing.

multimedia-processai

Installation

npx -y vap-showcase

Configuration

{
  "mcpServers": {
    "vap-showcase": {
      "command": "npx",
      "args": ["-y", "vap-showcase"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub