streamable-httpMITupdated 1mo ago
Build and edit real 3D browser games from Claude, Cursor, Claude Code, or any MCP client. This is the public home of Cinevva's hosted MCP server: connect once and the AI you already use can read your game's code, edit it, import assets from a CC0 library, rig 3D models, playtest with screenshots and simulated input, and show the game as a playable widget right in the chat.
Was kannst du mit Cinevva Game Creator machen?
Cinevva Game Creator MCP Server
Build and edit real 3D browser games from Claude, Cursor, Claude Code, or any MCP client. This is the public home of Cinevva's hosted MCP server: connect once and the AI you already use can read your game's code, edit it, import assets from a CC0 library, rig 3D models, playtest with screenshots and simulated input, and show the game as a playable widget right in the chat.
Server URL
https://api.cinevva.com/create/mcp
Remote server, Streamable HTTP transport, OAuth 2.0 with dynamic client registration. You log in with your Cinevva account when your client connects. A free account works.
Setup
Claude (claude.ai and desktop): Settings → Connectors → Add custom connector. Name it Cinevva, paste the server URL, click Connect, and log in with your Cinevva account.
Claude Code:
claude mcp add --transport http cinevva https://api.cinevva.com/create/mcp
Cursor: use the Add to Cursor button above, or add to ~/.cursor/mcp.json:
{
"mcpServers": {
"cinevva": { "url": "https://api.cinevva.com/create/mcp" }
}
}
Cline: see llms-install.md, or add to your MCP settings:
{
"mcpServers": {
"cinevva": { "type": "streamableHttp", "url": "https://api.cinevva.com/create/mcp" }
}
}
Gemini CLI: add to ~/.gemini/settings.json:
{
"mcpServers": {
"cinevva": { "httpUrl": "https://api.cinevva.com/create/mcp" }
}
}
Full guide with screenshots and troubleshooting: cinevva.com/guides/mcp-server
How it works
File tools act on the authoritative server copy of your game, so your AI can read and edit code with or without a browser tab open. If you have the game open at cinevva.com/create, your tab picks up changes automatically. Runtime tools (console logs, screenshots, input simulation, asset import, rigging) drive a live browser session: open your game and click External agent in the creator toolbar to share it.
Tools
| Group | Tools |
|---|---|
| Read | list_game_files, read_files, search_game_file, read_console_logs, take_screenshot |
| Edit | edit_files, write_files, delete_files, rename_files |
| Preview | game_ready, show_game (renders the game as a playable in-chat widget on supported hosts) |
| Assets | search_assets, list_asset_packs, import_asset, search_fonts |
| 3D rigging | rig_model, apply_animation, list_animations, get_task_status |
| Testing | execute_js, simulate_input, list_live_sessions |
| Docs | list_library_docs, search_library_docs, read_library_docs |
Games are plain web games (Three.js or 2D canvas) served from <gameId>.cinevva.games. Editing and asset import are free, 3D rigging spends credits from your Cinevva balance.
Registry
Published on the official MCP registry as com.cinevva/game-creator.
Links
- Product: cinevva.com
- Setup guide: app.cinevva.com/guides/mcp-server
- Privacy policy: cinevva.com/legal/privacy
- Support: support@cinevva.com
Installation
Cinevva Game Creator zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http cinevva-game-creator https://api.cinevva.com/create/mcpcodex mcp add cinevva-game-creator --url https://api.cinevva.com/create/mcp{
"mcpServers": {
"cinevva-game-creator": {
"url": "https://api.cinevva.com/create/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"cinevva-game-creator": {
"type": "http",
"url": "https://api.cinevva.com/create/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"cinevva-game-creator": {
"url": "https://api.cinevva.com/create/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"cinevva-game-creator": {
"serverUrl": "https://api.cinevva.com/create/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation22/25
- Pflege22/25
- Vertrauen16/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 30 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.3Aktuell | 1. Aug. 2026 |
| 1.0.2 | 1. Aug. 2026 |
| 1.0.1 | 1. Aug. 2026 |
| 1.0.0 | 1. Aug. 2026 |