raygui

GitHub

A simple and easy-to-use immediate-mode gui library

RAW Config

Claude Desktop Configuration

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

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