★ 1,287 stars
C#
🤖 AI/LLM
Updated 1mo ago
AI-powered bridge connecting LLMs and advanced AI agents to the Unity Editor via the Model Context Protocol (MCP). Chat with AI to generate code, debug errors, and automate game development tasks directly within your project.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"unity-mcp": {
"command": "npx",
"args": [
"-y",
"IvanMurzak/Unity-MCP"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add unity-mcp npx -y IvanMurzak/Unity-MCP
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"unity-mcp": {
"command": "npx",
"args": [
"-y",
"IvanMurzak/Unity-MCP"
]
}
}
}
📋 Copy
Topics
ai ai-integration anthropic claude claude-code claude-desktop copilot cursor deepseek game-development gamedev gemini llm mcp mcp-server