MCP connector
Generate right inside Claude
Connect your Prism key to Claude and just ask. Claude sees your available models and picks the best one for each prompt — video, images, or voice — all billed to the same prepaid balance.
How it works
- 1Sign up and copy your API key from the dashboard.
- 2Add the connector config below to Claude Desktop.
- 3Ask Claude to make a video, image, or voiceover — it calls Prism and returns the result.
Try saying:
- “Make an 8-second cinematic video of a fox in the snow.”
- “Generate 3 logo concepts for a coffee brand.”
- “Turn this script into a natural voiceover.”
Connector config
{
"mcpServers": {
"prism": {
"command": "python",
"args": ["/path/to/kie-gateway/mcp_server/server.py"],
"env": {
"KIE_GATEWAY_BASE_URL": "https://your-domain.com",
"KIE_GATEWAY_API_KEY": "kg_live_your_key_here"
}
}
}
}Replace the path with where you deployed the server, and paste your own key. Available tools: list_models, generate_video, generate_image, text_to_speech, get_job, list_recent_jobs, check_wallet_balance, add_funds.