unity-mcp

A Unity MCP server that allows MCP clients like Claude Desktop or Cursor to perform Unity Editor actions.

GitHub Stars

3,102

User Rating

Not Rated

Favorites

0

Views

68

Forks

407

Issues

26

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Unity: Either 2022.3.61f1, 2023.2.20f1, or 6000.0.46f1

Installation Steps

1. Clone Repository

bash
git clone https://github.com/IvanMurzak/Unity-MCP.git
cd Unity-MCP

2. Import into Unity Project

Open the Unity Editor and drag and drop the cloned repository into the Assets folder.

3. Configure MCP Server

Set up the configuration to start the MCP server.

4. Start Server

Start the MCP server within the Unity Editor.

Troubleshooting

Common Issues

Issue: Server won't start Solution: Ensure the Unity version is correct. Issue: Client cannot connect Solution: Check network settings.

Additional Resources