Summer Engine CLI Quick Start
The Summer Engine CLI lets you install the engine, create projects, run the engine, and start the MCP server for Cursor, Claude Code, or Windsurf. 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. You don’t runmcp manually; the IDE does:
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 →

