Catalog
MCP Server
Officialby puppetry
Turn a portrait photo and a script into a talking-head AI video via the Puppetry API.
Turn a portrait photo and a script into a talking-head AI video via the Puppetry API.
README not available yet.
Install
Configuration
Environment variables
PUPPETRY_API_KEYrequiredsecretPuppetry Developer API key (pk_live_...) from Studio settings at https://www.puppetry.com/studio/settings/api-keys
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@puppetry.com/mcp-server@0.1.1"
],
"env": {
"PUPPETRY_API_KEY": "<YOUR_PUPPETRY_API_KEY>"
}
}
}
}