Productivity|Development|AI / ML|MediaC++

UnrealGenAISupport

Unreal Engine plugin for LLM/GenAI models & MCP UE5 server.

Free
N/A rating (0 reviews)0 installs515 GitHub stars
Unreal EngineAIPlugin

This plugin allows seamless integration of various AI models into Unreal Engine, enabling developers to focus on game development without worrying about the LLM/GenAI integration layer. It supports multiple AI models and aims to foster a community around cutting-edge generative AI technologies.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "unrealgenaisupport-1": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-unrealgenaisupport-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.