Skip to content
Playcut Docs

MCP Install Guide

Playcut ships an MCP (Model Context Protocol) server so you can generate images and videos directly from AI assistants.

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):

{
"mcpServers": {
"playcut": {
"command": "npx",
"args": ["-y", "@playcut/mcp-server"],
"env": {
"PLAYCUT_API_KEY": "pk_live_your_key_here"
}
}
}
}

Restart Claude Desktop. Playcut tools appear automatically in new conversations.

ToolDescription
generate-image-from-textText → image
generate-image-from-referenceReference images → new image
generate-video-from-textText → video
generate-video-from-imageAnimate a still image
generate-video-interpolationInterpolate between two frames
generate-video-extensionExtend a video clip
generate-ttsText-to-speech
design-voiceCreate a custom voice from description
clone-voice-from-audioClone a voice from an audio sample
generate-actorGenerate an AI actor appearance
actor-shootPhoto shoot for an actor
get-task-statusCheck task completion
wait-for-taskBlock until task completes
list-assetsBrowse your media library
download-assetGet a signed download URL

After connecting, ask Claude:

“Generate a 16:9 image of a futuristic city at night, photorealistic”

Claude calls generate-image-from-text, waits for completion, and shows you the result.