★ 1,413 stars
C#
💻 Code/Dev Tools
Updated 1mo ago
Model Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-unity": {
"command": "npx",
"args": [
"-y",
"CoderGamester/mcp-unity"
]
}
}
}
Run in terminal:
claude mcp add mcp-unity npx -y CoderGamester/mcp-unity
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-unity": {
"command": "npx",
"args": [
"-y",
"CoderGamester/mcp-unity"
]
}
}
}
Topics
antigravity-ideclaudecodecodex-clicopilotcursorgame-developmentgeminimcpmodel-context-protocolopenaiunityunity-packageunity3dwindsurf