# bkaradzic/bgfx | Model Context Protocol (MCP) Server > Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library. - **Stars**: ⭐ 17,378 - **Language**: C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "bgfx": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-bgfx" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "bgfx": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-bgfx" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-bgfx` - **Docker**: `docker run -i --rm mcp/bgfx`