You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [Visual Studio Code Copilot](https://code.visualstudio.com/docs/copilot/overview)
75
76
**(Others may work with manual config)*
@@ -195,6 +196,20 @@ If Auto-Configure fails or you use a different client:
195
196
196
197
</details>
197
198
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
0 commit comments