MCP

Claude Code Guide

This page explains how to let Claude Code call GameBooom's Unity tools through MCP.

Method 1: One-click Configuration#

Simplest way:

  1. In Unity, open GameBooom/MCP Server
  2. Enable Enable MCP Server
  3. Select Claude Code in target dropdown
  4. Click Configure

Plugin will attempt to write configuration to your user directory config file.

Configuration Format for Claude Code#

GameBooom generates HTTP MCP configuration for Claude Code, pointing to local address:

{ "type": "http", "url": "http://127.0.0.1:27015/" }

Actual port depends on your GameBooom window configuration.

Method 2: Manual Configuration#

If one-click config fails, manually write the same address to Claude Code's MCP config file.

You need to ensure:

  • Unity project is open
  • GameBooom MCP Server is running
  • URL in config file matches window port