MCPToolBox

YuanBaoSMadLab/MCPToolBox
★ 3 stars C++ AI/LLM Updated today
A Unreal Engine plugin specifically designed to interface with the official MCP server of Unreal Engine
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcptoolbox": {
      "command": "npx",
      "args": [
        "-y",
        "YuanBaoSMadLab/MCPToolBox"
      ]
    }
  }
}

README Excerpt

An Unreal Engine 5.8 plugin that integrates Large Language Models (LLM) with the editor through the Model Context Protocol (MCP). - **AI-Powered Assistance**: Integrate LLMs directly into the Unreal Engine editor - **Tool Calling**: Support for custom tools including screenshot capture, file operations, and more