Skip to main content

What is the CLI?

The Summer Engine CLI lets you install the engine, create projects, run the engine, and connect your AI IDE (Claude Code, Cursor, Devin Desktop) to Summer Engine. Add the MCP config to your IDE and it will spawn the MCP server. You chat with the AI in your IDE, and the AI uses MCP tools to manipulate scenes, run the game, and debug. Use npx summer-engine (no install) or summer (after global install).

Install the Engine

Downloads and installs Summer Engine to your system (macOS: /Applications/Summer.app, Windows: default location). No npm global install required.

Sign In

Opens your browser to sign in with Google, GitHub, or email. Saves your session and the Summer Cloud token used for project sync.

Create a Project

Creates a new project from a template. Templates: empty (minimal 3D) or 3d-basic (camera, light, floor).

Run the Engine

Launches Summer Engine with your project. The engine must be running for MCP tools to work.

Start MCP (for Cursor, Claude Code, Devin Desktop)

Add this to your IDE’s MCP config. The IDE spawns summer mcp when it connects. You don’t run it manually:
See MCP setup for IDE-specific instructions.

Full CLI Reference

Full CLI Reference

All commands with options, examples, and file locations

← MCP overview · MCP setup →