UnityMCP
Unity MCP is an integration framework that enables AI assistants to interact with Unity projects through a scalable command handler architecture.
This framework allows AI language models like Claude to directly communicate with the Unity Editor, enhancing the development experience. It features an extensible plugin architecture, supporting custom command handlers and full MCP integration for commands, resources, and prompts. The server component is built in TypeScript while the Unity component is developed in C#, ensuring a seamless interaction between the two environments.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"unitymcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-unitymcp"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions