
Summer Engine MCP ガイド
Claude Code、Cursor、Codex で本物のゲームを作る - Summer Engine MCP
対応する AI エージェントやローカルモデルを Summer Engine に接続し、デスクトップエンジン内で Summer ゲームを制作、実行、テストできます。 Summer Engine はデスクトップゲームエンジンです。LM Studio は、あなた自身のハードウェアで動くモデルで MCP を通じてそれを操作します。
Summer は MCP 利用が無料
デスクトップエンジンをダウンロードし、エージェントに接続します。モデルはあなた自身のハードウェアで動くため、AI サブスクリプションもメッセージごとの料金も不要です。
LM Studio を開く
自分の GPU で無料のローカルモデルを動かします。setup が MCP 設定を書き込み、{agentLabel} がエンジンを直接操作できるようになります。
Summer ゲームを実行
ローカルモデルがコードを書き、Summer Engine が Summer ゲームを表示して Play mode を実行し、エラー確認を支援します。エクスポートには対象のテンプレートとツールチェーンが必要です。
セットアップメモ
2026 年の実情。
LM Studio is the whole stack
LM Studio is both the model runtime and an MCP host. The setup command writes ~/.lmstudio/mcp.json; toggle the summer-engine server on in the Program tab, and every engine call shows a confirmation dialog you can review before it runs.
Raise the context before you build
Models load with the context length baked into their metadata — often around 4k, which MCP tool schemas overflow silently. Set 32k or more when loading the model, and keep KV-cache quantization off for long agent sessions.
Models that hold up
gpt-oss-20b is the safe default on 12–16 GB of VRAM; Qwen3-Coder-30B and Gemma 4 27B are the 24 GB picks. On Apple Silicon, prefer the MLX builds — faster and more memory-efficient in long agentic loops.
なぜ重要か
LM Studio はあなたのハードウェアで無料で動く。Summer Engine がゲームを見せる。
十分な性能のローカルモデルは、MCP を通じて本物のエンジンを操作できます。シーンを開き、オブジェクトを配置し、プロジェクトを実行し、エラーを読む。考えるのはあなたの GPU です。サブスクリプションもトークン課金もなく、プロンプトがマシンの外に出ることもありません。