★ 11 stars
C#
🤖 AI/LLM
Updated 10d ago
Unity Code MCP Server is a powerful tool for the Unity Editor that gives AI Agents ability to perform any action using Unity Editor API. This includes scripts, scenes, prefabs, assets, configuration changes, and more.
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": {
"unitycodemcpserver": {
"command": "npx",
"args": [
"-y",
"Signal-Loop/UnityCodeMCPServer"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add unitycodemcpserver npx -y Signal-Loop/UnityCodeMCPServer
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"unitycodemcpserver": {
"command": "npx",
"args": [
"-y",
"Signal-Loop/UnityCodeMCPServer"
]
}
}
}
📋 Copy
Topics
ai ai-agents game-development gamedev mcp mcp-server unity