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
Unity MCP acts as a bridge, allowing AI assistants (like Claude, Cursor) to interact directly with your Unity Editor via a local **MCP (Model Context Protocol) Client**. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
6
17
@@ -47,8 +58,6 @@ Unity MCP connects your tools using two components:
47
58
48
59
### Prerequisites
49
60
50
-
<details>
51
-
<summary><strong>Click to view required software...</strong></summary>
52
61
53
62
***Git CLI:** For cloning the server code. [Download Git](https://git-scm.com/downloads)
54
63
***Python:** Version 3.12 or newer. [Download Python](https://www.python.org/downloads/)
@@ -63,7 +72,6 @@ Unity MCP connects your tools using two components:
63
72
* [Cursor](https://www.cursor.com/en/downloads)
64
73
* [Visual Studio Code Copilot](https://code.visualstudio.com/docs/copilot/overview)
65
74
**(Others may work with manual config)*
66
-
</details>
67
75
68
76
### Step 1: Install the Unity Package (Bridge)
69
77
@@ -183,7 +191,7 @@ If Auto-Configure fails or you use a different client:
- [ ] **Remote Connection** - Enable remote connection between host and server
186
-
- [ ] **Documentation Expansion** - Add tutorials on how to add your own tools
194
+
- [ ] **Documentation Expansion** - Add tutorials on how to add your own tools, and documentation on existing tools and functions
187
195
188
196
### Medium Priority
189
197
- [ ] **Custom Tool Creation** - GUI for users to create their own MCP tools
@@ -249,7 +257,7 @@ Help make Unity MCP better!
249
257
250
258
</details>
251
259
252
-
Still stuck? [Open an Issue](https://www.google.com/url?sa=E&q=https%3A%2F%2Fgithub.com%2Fjustinpbarnett%2Funity-mcp%2Fissues).
260
+
Still stuck? [Open an Issue](https://www.google.com/url?sa=E&q=https%3A%2F%2Fgithub.com%2Fjustinpbarnett%2Funity-mcp%2Fissues) or [Join the Discord](https://discord.gg/vhTUxXaqYr)!
253
261
254
262
---
255
263
@@ -270,3 +278,8 @@ MIT License. See [LICENSE](https://www.google.com/url?sa=E&q=https%3A%2F%2Fgithu
270
278
## Acknowledgments 🙏
271
279
272
280
Thanks to the contributors and the Unity team.
281
+
282
+
283
+
## Star History
284
+
285
+
[](https://www.star-history.com/#unity-mcp/unity-mcp&justinpbarnett/unity-mcp&Date)
0 commit comments