express

jballn/express
★ 0 stars Python Browser/Web Updated 13d ago
MCP server for direct-to-hardware 2D visual expression via the Usagi Engine
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "express": {
      "command": "uvx",
      "args": [
        "express"
      ]
    }
  }
}

Or install with pip: pip install express

README Excerpt

MCP server for direct-to-hardware 2D visual expression via the Usagi Engine. Runs Lua scripts through the Usagi 2D game engine on a headless Linux machine, capturing frames to the physical framebuffer (/dev/fb0). ```bash cd ~/.build/express pip install -e . express ``` The server reads JSON-RPC requests from stdin and writes responses to stdout.

Tools (5)

EXPRESS_CAPTURE_METHODEXPRESS_RENDER_TIMEOUTEXPRESS_XVFB_DISPLAYEXPRESS_XVFB_PID_FILErender_lua