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:
- In Unity, open
GameBooom/MCP Server - Enable
Enable MCP Server - Select
Claude Codein target dropdown - 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