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, Windsurf) 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. Usenpx summer-engine (no install) or summer (after global install).
Install the Engine
/Applications/Summer.app, Windows: default location). No npm global install required.
Sign In
Create a Project
empty (minimal 3D) or 3d-basic (camera, light, floor).
Run the Engine
Start MCP (for Cursor, Claude Code, Windsurf)
Add this to your IDE’s MCP config. The IDE spawnssummer mcp when it connects—you don’t run it manually:
Full CLI Reference
| Command | Description |
|---|---|
summer install | Download and install Summer Engine |
summer login | Sign in via browser |
summer logout | Clear auth tokens |
summer status | Check engine status, port, auth |
summer run [path] | Launch engine, optionally with project |
summer open <path> | Open project in running engine |
summer create <template> [name] | Create project from template |
summer list templates | Show available templates |
summer list projects | Show projects in current directory |
summer skills list | List available skills |
summer skills install <name> | Install a skill to ~/.summer/skills/ |
summer mcp | Start MCP server (used by IDEs) |
Full CLI Reference
All commands with options, examples, and file locations
← MCP overview · MCP setup →

