Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "bgfx": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-bgfx"
      ]
    }
  }
}