{
  "markdown": "# Cinevva Game Creator MCP Server\n\nBuild 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.\n\n**Server URL**\n\n```\nhttps://api.cinevva.com/create/mcp\n```\n\nRemote server, Streamable HTTP transport, OAuth 2.0 with dynamic client registration. You log in with your [Cinevva](https://cinevva.com) account when your client connects. A free account works.\n\n[Add to Cursor](https://cursor.com/en/install-mcp?name=cinevva&config=eyJ1cmwiOiAiaHR0cHM6Ly9hcGkuY2luZXZ2YS5jb20vY3JlYXRlL21jcCJ9)\n\n## Setup\n\n**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.\n\n**Claude Code:**\n\n```bash\nclaude mcp add --transport http cinevva https://api.cinevva.com/create/mcp\n```\n\n**Cursor:** use the Add to Cursor button above, or add to `~/.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"cinevva\": { \"url\": \"https://api.cinevva.com/create/mcp\" }\n  }\n}\n```\n\n**Cline:** see [llms-install.md](llms-install.md), or add to your MCP settings:\n\n```json\n{\n  \"mcpServers\": {\n    \"cinevva\": { \"type\": \"streamableHttp\", \"url\": \"https://api.cinevva.com/create/mcp\" }\n  }\n}\n```\n\n**Gemini CLI:** add to `~/.gemini/settings.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"cinevva\": { \"httpUrl\": \"https://api.cinevva.com/create/mcp\" }\n  }\n}\n```\n\nFull guide with screenshots and troubleshooting: [cinevva.com/guides/mcp-server](https://app.cinevva.com/guides/mcp-server)\n\n## How it works\n\nFile 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](https://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.\n\n## Tools\n\n| Group | Tools |\n|---|---|\n| Read | `list_game_files`, `read_files`, `search_game_file`, `read_console_logs`, `take_screenshot` |\n| Edit | `edit_files`, `write_files`, `delete_files`, `rename_files` |\n| Preview | `game_ready`, `show_game` (renders the game as a playable in-chat widget on supported hosts) |\n| Assets | `search_assets`, `list_asset_packs`, `import_asset`, `search_fonts` |\n| 3D rigging | `rig_model`, `apply_animation`, `list_animations`, `get_task_status` |\n| Testing | `execute_js`, `simulate_input`, `list_live_sessions` |\n| Docs | `list_library_docs`, `search_library_docs`, `read_library_docs` |\n\nGames 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.\n\n## Registry\n\nPublished on the official MCP registry as [`com.cinevva/game-creator`](https://registry.modelcontextprotocol.io/v0.1/servers?search=com.cinevva).\n\n## Links\n\n- Product: [cinevva.com](https://cinevva.com)\n- Setup guide: [app.cinevva.com/guides/mcp-server](https://app.cinevva.com/guides/mcp-server)\n- Privacy policy: [cinevva.com/legal/privacy](https://app.cinevva.com/legal/privacy)\n- Support: [support@cinevva.com](mailto:support@cinevva.com)\n",
  "bytes": 3491,
  "sha": "78f3a816c11c1d7ed7f740e7249e179badcea1be98a9d90a81a22a4f01d965c6",
  "repo_slug": "cinevva-engine/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_cinevva_game_creator_158c3600/readme"
}