unreal-mcp.md

Unreal Engine MCP

from"unreal"
650

Unreal Engine game development integration

Gaming
Unrealgame dev3DC++
install.sh
# Clone the repository
$git clone https://github.com/unreal/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve