Open-source node-based AI creative studio. 276 models, bring your own keys, and an MCP server so your coding agent builds the canvas. By Dinimiciuil Labs.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"loometo": {
"command": "npx",
"args": [
"-y",
"dinimiciuillabs-cloud/loometo"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add loometo npx -y dinimiciuillabs-cloud/loometo
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"loometo": {
"command": "npx",
"args": [
"-y",
"dinimiciuillabs-cloud/loometo"
]
}
}
}
📋 Copy