Claude Desktop¶
Prerequisite: complete the Unity package installation.
Install¶
Install the current Claude Desktop release from Claude downloads.
Configure the Global Client¶
Claude Desktop does not use one of the generated project-local files. Choose one of these flows:
Setup Wizard clipboard¶
- Open MCP > Setup Wizard.
- Select Claude Desktop.
- Select Configure.
- Follow the Wizard result. A local source checkout can update the configuration directly; a UPM installation copies a complete JSON object.
- If JSON was copied, open the platform configuration file below and merge the
unity-biome-mcpentry into its existingmcpServersobject. Preserve other servers and top-level settings instead of replacing the file.
Python CLI¶
Use the global configuration command with client key claude-desktop. The packaged CLI writes:
Configuration files¶
| Platform | Configuration file |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| Linux | ~/.config/Claude/claude_desktop_config.json |
Quit Claude Desktop completely and reopen it after configuration, then run the first connection check.
Claude Desktop is an external MCP client. The Claude option in MCP Chat uses Claude Code CLI instead.
Client-specific Troubleshooting¶
| Symptom | Action |
|---|---|
| Tools do not appear | Quit Claude Desktop completely, reopen it, and verify the global config contains unity-biome-mcp |
| Configuration was edited incorrectly | Restore the .bak file created by the Python CLI, then configure again |
| Tools cannot reach Unity | Keep the Unity project open and follow connection diagnostics |