Productivity|Development|AI / ML|UtilitiesC#

mcp-unity

MCP plugin to connect with Unity Editor for various IDEs.

Free
N/A rating (0 reviews)0 installs1,566 GitHub stars
MCPUnityAI

This plugin facilitates the integration of the Model Context Protocol with the Unity Editor, enabling seamless interaction for AI agents. It is designed to work with Cursor, Claude Code, Codex, Windsurf, and other development environments.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-unity-1": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-unity-1"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.