UnrealRemoteMCP

UnrealRemoteMCP

0

The RemoteMCP Plugin aims to facilitate AI integration in Unreal Engine projects. It empowers developers with automation and AI-enhanced functionalities, making workflow and task management more efficient.

RemoteMCP Plugin

This plugin leverages UnrealEngine's built-in Python plugin to implement an MCP Server. The aim is to assist Unreal developers in utilizing AI for Unreal project development.

Plugin Goals

  • AI Idea Reference: Helps provide context for AI to quickly locate issues when interpreting error messages.
  • Batch Task Processing: AI automates repetitive tasks, such as bulk deletion or configuration modifications.
  • Workflow Automation: Enables non-technical team members to define automation workflows using tools like n8n.

Quick Start

  1. Clone the plugin into the Unreal Engine plugins directory.
  2. Activate the plugin via the Edit->Plugins panel.
  3. Restart the engine. Check and configure the MCP Server in EditorPreferences->MCP Setting. Use any MCP Client to connect, such as Cherry Studio.

Tool Extension

The plugin includes a few tools, mainly reliant on AI through Python scripts. Easily extend tools via Content\Python\tools\common_tools.py.