INTEGRATION GUIDE

VAP + Claude Desktop

Generate AI videos, images, and music directly in your Claude Desktop conversations using MCP.

What You Can Do

Video: "Create a 5-second video of a sunrise over mountains"
Image: "Generate a product photo of a coffee mug on marble"
Music: "Make a 30-second lo-fi beat for my video"

Setup Guide

Step 1: Get Your API Key

Sign up at vapagent.com and deposit credits ($5 minimum). Your API key will be available in the dashboard.

Step 2: Locate Config File

Find your Claude Desktop config file:

# macOS
~/Library/Application Support/Claude/claude_desktop_config.json
# Windows
%APPDATA%\Claude\claude_desktop_config.json

Step 3: Add VAP Server

Add the VAP MCP server to your config:

{
  "mcpServers": {
    "vap": {
      "command": "npx",
      "args": ["-y", "@anthropic/vap-mcp-server"],
      "env": {
        "VAP_API_KEY": "your-api-key-here"
      }
    }
  }
}

Step 4: Restart Claude Desktop

Completely quit and reopen Claude Desktop. You should see VAP tools available in your conversation.

Try It

Ask Claude: "Generate a 5-second video of ocean waves at sunset" — Claude will use VAP to create and return the video directly in chat.

FAQ

Do I need Node.js?

Yes. The MCP server runs via npx, which requires Node.js 18+. Download from nodejs.org if needed.

How much does it cost?

Same as API pricing: $1.96 per video, $0.18 per image, $0.68 per music track. Credits are deducted from your VAP balance.

Can I use it with Claude Pro?

Yes. MCP works with both free and Pro Claude Desktop accounts. Your Claude subscription is separate from VAP credits.

Ready to start?

Get your API key and start generating in Claude Desktop.

Get API Key