commit
a3b13195af
15
README.md
15
README.md
|
|
@ -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 ▶️
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue