unreal-mcp-plugin

MurtazaRaza/unreal-mcp-plugin
★ 0 stars C++ Code/Dev Tools Updated today
A plugin that creates an mcp server for querying in engine bps and player interactions
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": {
    "unreal-mcp-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "MurtazaRaza/unreal-mcp-plugin"
      ]
    }
  }
}

README Excerpt

The plugin holds the relevant code. Will update with a proper README after successful trial.