Stateless MCP server that keeps AI-generated characters, locations, and shots consistent across a film/video project — tells your AI assistant where the production stands, a scene's per-shot status, and marks shots fired/locked. For creators using Higgsfield, Runway, Kling, Seedance, nano-banana, and ElevenLabs.
Server Config
{
"mcpServers": {
"studio-state": {
"command": "python3",
"args": [
"/absolute/path/to/studio-state-public/server.py"
],
"env": {
"STUDIO_ROOT": "/absolute/path/to/your_show"
}
}
}
}