> ## Documentation Index
> Fetch the complete documentation index at: https://docs.summerengine.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP API Reference

> Summer Engine MCP API. Connect Cursor, Claude Code, Devin Desktop. 52 tools for scene, debug, project, assets, and generation.

## MCP API Reference

Summer Engine's Model Context Protocol (MCP) integration is live. Connect Cursor, Claude Code, or Devin Desktop to control the engine from your IDE. Add nodes, set properties, import assets, run the game, and debug, all through natural language.

<Card title="MCP Setup Guide" icon="plug" href="/mcp/setup">
  Prerequisites, one-click Cursor install, manual config for any IDE
</Card>

## What You Get

* **52 focused tools**: Scene manipulation, debugging, project settings, asset search, asset import, and generation
* **Same operations as built-in chat**: AddNode, SetProp, SaveScene, ImportFromUrl. Identical behavior.
* **Lazy connection**: MCP server starts when your IDE starts; connects to the engine on first tool call
* **No API keys**: Engine uses local tokens. Run `summer login` once for account features.

## Quick Links

<CardGroup cols={2}>
  <Card title="How do I make games with Cursor?" icon="cursor" href="/mcp/cursor">
    Cursor setup: one-click or manual
  </Card>

  <Card title="How do I make games with Claude Code?" icon="message-square" href="/mcp/claude-code">
    Claude Code MCP configuration
  </Card>

  <Card title="How do I use the CLI?" icon="terminal" href="/mcp/cli">
    CLI quick start
  </Card>

  <Card title="CLI Reference" icon="list" href="/mcp/cli-reference">
    All commands: install, run, create, mcp
  </Card>

  <Card title="Tools Reference" icon="wrench" href="/mcp/tools-reference">
    All 52 MCP tools with parameters
  </Card>

  <Card title="Building a Game" icon="gamepad-2" href="/mcp/building-a-game">
    AI agent playbook for building games
  </Card>
</CardGroup>

***

[MCP overview](/mcp/overview) · [MCP setup](/mcp/setup)
