MiAO-MCP-for-Unity

MiAO-AI-Lab/MiAO-MCP-for-Unity
★ 27 stars C# 💻 Code/Dev Tools Updated 9d ago
MCP Server + Plugin for Unity Editor and Unity game. The Plugin allows to connect to MCP clients like Claude Desktop or others.
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": {
    "miao-mcp-for-unity": {
      "command": "npx",
      "args": [
        "-y",
        "MiAO-AI-Lab/MiAO-MCP-for-Unity"
      ]
    }
  }
}