Voxelith

Lynthar/Voxelith
★ 0 stars Rust Code/Dev Tools Updated today
Procedural-first voxel asset creation — a wgpu/egui editor plus a headless CLI and MCP server that agents can drive
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": {
    "voxelith": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "Voxelith"
      ]
    }
  }
}