Skip to content

Commit 75d90ad

Browse files
simplify claude code instructions with global installation
1 parent 63914e3 commit 75d90ad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,18 +162,17 @@ If Auto-Setup fails or you use a different client:
162162
**Claude Code**
163163

164164
If you're using Claude Code, you can register the MCP server using the below commands:
165-
🚨**make sure to run these from your Unity project's home directory**🚨
166165
167166
**macOS:**
168167
169168
```bash
170-
claude mcp add UnityMCP -- uv --directory /Users/USERNAME/Library/AppSupport/UnityMCP/UnityMcpServer/src run server.py
169+
claude mcp add --scope user UnityMCP -- uv --directory /Users/USERNAME/Library/AppSupport/UnityMCP/UnityMcpServer/src run server.py
171170
```
172171
173172
**Windows:**
174173
175174
```bash
176-
claude mcp add UnityMCP -- "C:/Users/USERNAME/AppData/Local/Microsoft/WinGet/Links/uv.exe" --directory "C:/Users/USERNAME/AppData/Local/UnityMCP/UnityMcpServer/src" run server.py
175+
claude mcp add --scope user UnityMCP -- "C:/Users/USERNAME/AppData/Local/Microsoft/WinGet/Links/uv.exe" --directory "C:/Users/USERNAME/AppData/Local/UnityMCP/UnityMcpServer/src" run server.py
177176
```
178177
**VSCode (all OS)**
179178

0 commit comments

Comments
 (0)