Control Unreal Engine from an AI assistant via the Model Context Protocol - C++ editor plugin + Python MCP server with extended Blueprint graph manipulation.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"unreal-engine-mcp-to": {
"command": "npx",
"args": [
"-y",
"eliestroun14/unreal-engine-mcp-toolkit"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add unreal-engine-mcp-to npx -y eliestroun14/unreal-engine-mcp-toolkit
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"unreal-engine-mcp-to": {
"command": "npx",
"args": [
"-y",
"eliestroun14/unreal-engine-mcp-toolkit"
]
}
}
}
📋 Copy