What is the AIOProductOS Studio MCP server?
Turn your AI host into a product videographer: scripted app demos, voice-over, captions, MP4/GIF.
How to install AIOProductOS Studio
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-studio": {
"command": "npx",
"args": [
"-y",
"@aioproductoscom/mcp-studio"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-studio": {
"command": "npx",
"args": [
"-y",
"@aioproductoscom/mcp-studio"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-studio": {
"command": "npx",
"args": [
"-y",
"@aioproductoscom/mcp-studio"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-studio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aioproductoscom/mcp-studio"
]
}
}
}Claude Code
claude mcp add mcp-studio -- npx -y @aioproductoscom/mcp-studioRelated MCP servers
AIOProductOS MCP
Active
AIOProductOS: revenue, feedback, work and analytics on one customer record. 71 tools, 3 apps.
0
View repository →JavaScript
MIT