Skip to main content
GamingC#

CoderGamester/mcp-unity

MCP Server for Unity3d Game Engine integration for game development

gaminglocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/CoderGamester/mcp-unity

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-unity": {
      "command": "npx",
      "args": [
        "-y",
        "CoderGamester/mcp-unity"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Gaming
Language
C#
Author
CoderGamester