A plugin that creates an mcp server for querying in engine bps and player interactions
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"unreal-mcp-plugin": {
"command": "npx",
"args": [
"-y",
"MurtazaRaza/unreal-mcp-plugin"
]
}
}
}
Run in terminal:
claude mcp add unreal-mcp-plugin npx -y MurtazaRaza/unreal-mcp-plugin
Add to .cursor/mcp.json:
{
"mcpServers": {
"unreal-mcp-plugin": {
"command": "npx",
"args": [
"-y",
"MurtazaRaza/unreal-mcp-plugin"
]
}
}
}