Procedural-first voxel asset creation — a wgpu/egui editor plus a headless CLI and MCP server that agents can drive
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"
]
}
}
}
Run in terminal:
claude mcp add voxelith cargo run -- Voxelith
Add to .cursor/mcp.json:
{
"mcpServers": {
"voxelith": {
"command": "cargo",
"args": [
"run",
"--",
"Voxelith"
]
}
}
}