This is a plugin for Unreal Engine (UE) that creates a server implementation of Model Context Protocol (MCP). This allows MCP clients, like Anthropic's Claude, to access the full UE Python API.
Abstract: In a traditional, well-known client-server architecture, the client sends a request to the server, and the server prepares the response by executing business logic that utilizes information ...
MCPServer.cpp is a high-performance, cross-platform server implementation of the Model Communication Protocol (MCP) written in modern C++. It enables seamless communication between AI models and ...