CoderGamester/mcp-unity
MCP Server for Unity3d Game Engine integration for game development
Quick Start
Clone the repository:
git clone https://github.com/CoderGamester/mcp-unityClaude Desktop configuration example:
{
"mcpServers": {
"mcp-unity": {
"command": "npx",
"args": [
"-y",
"CoderGamester/mcp-unity"
]
}
}
}Check the repository README for specific installation and configuration instructions.