Cinevva Game Engine
OfficialCinevva 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/mcpRemote 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/mcpCursor: 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
Related MCP server: Gamedev All-in-One MCP
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 |
|
Edit |
|
Preview |
|
Assets |
|
3D rigging |
|
Testing |
|
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityCmaintenanceGenerate videos, images, audio, and 3D models from any MCP-compatible AI agent — Claude, Cursor, ChatGPT, and more.Last updatedMIT- AlicenseBqualityBmaintenanceUnifies Roblox Studio, Unity, Unreal Engine, and Blender into a single AI-powered control plane with 78 tools for automated game development.Last updated78AGPL 3.0

antics-mcpofficial
AlicenseAqualityBmaintenanceEnables AI agents to deploy multiplayer web games as playable URLs with rooms, live state sync, and leaderboards, all through a single tool call.Last updated47234Inno Setup- FlicenseAqualityCmaintenanceDeploy any HTML project to a live public URL in seconds — directly from Cursor, Claude Code, or any MCP-compatible AI agent.Last updated2
Related MCP Connectors
Generate AI images, video, speech, music and presentations from Claude, ChatGPT and Cursor.
Generate game assets with AI: sprites, 3D models, animations, sound effects, music, and voices.
Turn Claude or ChatGPT into a website builder that ships a real site to a live URL you own.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cinevva-engine/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server