AIOProductOS Studio for Cursor
com.aioproductos/mcp-studio
Turn your AI host into a product videographer: scripted app demos, voice-over, captions, MP4/GIF.
client:Cursor
transport:stdio
runtime:npm
Install AIOProductOS Studio in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-studio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aioproductoscom/mcp-studio"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs