MCP Directory
Back

unreal-mcp-skills

by soatori · Python · ★ 3

UE MCP skill - Agent guidance skill for Unreal Engine ModelContextProtocol toolset

Install

pip install git+https://github.com/soatori/unreal-mcp-skills.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "unreal-mcp-skills": {
      "command": "uvx",
      "args": [
        "git+https://github.com/soatori/unreal-mcp-skills.git"
      ]
    }
  }
}

From the README

[](https://skills.sh/soatori/unreal-mcp-skills) Agent guidance for operating Unreal Editor through Epic's official **ModelContextProtocol (MCP)** toolset. > Supported version: UE 5.8+ The package name is . The skill command is . Do not use as a command. Use one of these forms in an agent session: Use this as an agent skill, not as a command-line setup guide: 1. Invoke , , or in the agent session. 2. Ask for the editor task directly, or use when the project is not connected yet. 3. Let the agent inspect , choose the needed Toolset domain, call , then execute through . 4. If the needed…
Read full README on GitHub →

Related ai & ml servers