Unity-MCP-Server

yangfch3/Unity-MCP-Server
★ 2 stars C# 🤖 AI/LLM Updated 6d ago
MCP server plugin for Unity Editor — expose Editor capabilities to AI agents via standard MCP protocol. Zero external dependencies, extensible tool system.
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": {
    "unity-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "yangfch3/Unity-MCP-Server"
      ]
    }
  }
}

Topics

agentmcpunityunity-packageunity-plugin