Update README.md

main
Scriptwonder 2025-07-27 23:57:18 -04:00
parent 99faaf9684
commit 3ca4746a78
1 changed files with 15 additions and 0 deletions

View File

@ -70,6 +70,7 @@ Unity MCP connects your tools using two components:
``` ```
* **An MCP Client:** * **An MCP Client:**
* [Claude Desktop](https://claude.ai/download) * [Claude Desktop](https://claude.ai/download)
* [Claude Code](https://github.com/anthropics/claude-code)
* [Cursor](https://www.cursor.com/en/downloads) * [Cursor](https://www.cursor.com/en/downloads)
* [Visual Studio Code Copilot](https://code.visualstudio.com/docs/copilot/overview) * [Visual Studio Code Copilot](https://code.visualstudio.com/docs/copilot/overview)
* *(Others may work with manual config)* * *(Others may work with manual config)*
@ -195,6 +196,20 @@ If Auto-Configure fails or you use a different client:
</details> </details>
**Option C: Claude Code Registration**
If you're using Claude Code, you can register the MCP server using these commands:
**macOS:**
```bash
claude mcp add UnityMCP -- uv --directory /[PATH_TO]/UnityMCP/UnityMcpServer/src run server.py
```
**Windows:**
```bash
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
```
--- ---
## Usage ▶️ ## Usage ▶️