Skip to main content
ClaudeWave

Hosted MCP server for the Cinevva game creator — build and edit 3D browser games from Claude, Cursor, or any MCP client

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/cinevva-engine/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "node",
      "args": ["/path/to/mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/cinevva-engine/mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# 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](https://cinevva.com) account when your client connects. A free account works.

[Add to Cursor](https://cursor.com/en/install-mcp?name=cinevva&config=eyJ1cmwiOiAiaHR0cHM6Ly9hcGkuY2luZXZ2YS5jb20vY3JlYXRlL21jcCJ9)

## 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:**

```bash
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`:

```json
{
  "mcpServers": {
    "cinevva": { "url": "https://api.cinevva.com/create/mcp" }
  }
}
```

**Cline:** see [llms-install.md](llms-install.md), or add to your MCP settings:

```json
{
  "mcpServers": {
    "cinevva": { "type": "streamableHttp", "url": "https://api.cinevva.com/create/mcp" }
  }
}
```

**Gemini CLI:** add to `~/.gemini/settings.json`:

```json
{
  "mcpServers": {
    "cinevva": { "httpUrl": "https://api.cinevva.com/create/mcp" }
  }
}
```

Full guide with screenshots and troubleshooting: [cinevva.com/guides/mcp-server](https://app.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](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.

## 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`](https://registry.modelcontextprotocol.io/v0.1/servers?search=com.cinevva).

## Links

- Product: [cinevva.com](https://cinevva.com)
- Setup guide: [app.cinevva.com/guides/mcp-server](https://app.cinevva.com/guides/mcp-server)
- Privacy policy: [cinevva.com/legal/privacy](https://app.cinevva.com/legal/privacy)
- Support: [support@cinevva.com](mailto:support@cinevva.com)

What people ask about mcp

What is cinevva-engine/mcp?

+

cinevva-engine/mcp is mcp servers for the Claude AI ecosystem. Hosted MCP server for the Cinevva game creator — build and edit 3D browser games from Claude, Cursor, or any MCP client It has 0 GitHub stars and was last updated today.

How do I install mcp?

+

You can install mcp by cloning the repository (https://github.com/cinevva-engine/mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is cinevva-engine/mcp safe to use?

+

cinevva-engine/mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains cinevva-engine/mcp?

+

cinevva-engine/mcp is maintained by cinevva-engine. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: cinevva-engine/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/cinevva-engine-mcp)](https://claudewave.com/repo/cinevva-engine-mcp)
<a href="https://claudewave.com/repo/cinevva-engine-mcp"><img src="https://claudewave.com/api/badge/cinevva-engine-mcp" alt="Featured on ClaudeWave: cinevva-engine/mcp" width="320" height="64" /></a>

More MCP Servers

mcp alternatives