Skip to content

Commit a3b1319

Browse files
authored
Merge pull request CoplayDev#173 from Scriptwonder/master
Readme update
2 parents 9ff8988 + 0b6aa35 commit a3b1319

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Unity MCP connects your tools using two components:
7070
```
7171
* **An MCP Client:**
7272
* [Claude Desktop](https://claude.ai/download)
73+
* [Claude Code](https://github.com/anthropics/claude-code)
7374
* [Cursor](https://www.cursor.com/en/downloads)
7475
* [Visual Studio Code Copilot](https://code.visualstudio.com/docs/copilot/overview)
7576
* *(Others may work with manual config)*
@@ -195,6 +196,20 @@ If Auto-Configure fails or you use a different client:
195196

196197
</details>
197198

199+
**Option C: Claude Code Registration**
200+
201+
If you're using Claude Code, you can register the MCP server using these commands:
202+
203+
**macOS:**
204+
```bash
205+
claude mcp add UnityMCP -- uv --directory /[PATH_TO]/UnityMCP/UnityMcpServer/src run server.py
206+
```
207+
208+
**Windows:**
209+
```bash
210+
claude mcp add UnityMCP -- "C:/Users/USERNAME/AppData/Roaming/Python/Python313/Scripts/uv.exe" --directory "C:/Users/USERNAME/AppData/Local/Programs/UnityMCP/UnityMcpServer/src" run server.py
211+
```
212+
198213
---
199214
200215
## Usage ▶️

0 commit comments

Comments
 (0)