mcp -unity
Model Context Protocol (MCP) server for Unity - enables Claude to interact with Unity projects
claude mcp add --transport stdio zabaglione-mcp-server-unity node /path/to/mcp-server-unity/build/simple-index.js
How to use
Unity MCP Server lets Claude interact with your Unity projects through natural language. You can ask Claude to create scripts that follow Unity patterns, generate or adjust shaders compatible with Built-in, URP, and HDRP pipelines, and organize your project folders for better structure. You can also query essential project information, such as the Unity version and active render pipeline. With the provided server integration, Claude executes safe, asset-aware changes within your Unity project, giving you hands-free automation while preserving Unity project integrity.
How to install
Prerequisites:
- Node.js and npm installed on your machine
- A Unity project to connect to (Unity 2019.4 or newer recommended)
Manual installation steps:
- Clone the repository and install dependencies
git clone https://github.com/zabaglione/mcp-server-unity.git cd mcp-server-unity npm install - Build the server bundle
npm run build - Configure Claude Desktop to use the Unity MCP server by adding the server entry
{ "mcpServers": { "unity": { "command": "node", "args": ["/path/to/mcp-server-unity/build/simple-index.js"] } } } - Start using Claude and point it to your Unity project path as needed (e.g., set the project path when Claude requests it).
Optional: Install the Unity Newtonsoft JSON package in your project as described in the README to ensure smooth serialization.
Additional notes
Tips:
- Ensure your Unity project contains an Assets folder and is a valid Unity project before connecting.
- If Claude reports issues with server responsiveness, check that Node.js has access to the project path and that the build script was executed successfully.
- The integration supports creating scripts, shaders, and folder structures; for complex shader or gameplay logic, review the generated assets to confirm they meet your project’s requirements.
- No extra environment variables are required by default, but you can add debugging or API keys as needed in the env block of the mcp_config.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.