VoxelForge
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VoxelForgecreate a voxel house with a red roof"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VoxelForge
VoxelForge คือ voxel editor ของเรา สร้างจากแนวคิด Goxel พร้อม MCP bridge ให้ AI ต่างๆ (Cursor, Claude Desktop, ฯลฯ) สร้างและแก้โมเดล 3D ได้โดยตรง
Goxel ต้นฉบับเป็น GPL-3.0 — VoxelForge เป็น implementation ใหม่ที่ออกแบบ MCP-first ไม่ได้ fork โค้ด C ของ Goxel โดยตรง แต่รองรับไฟล์
.vox/.objที่ใช้ร่วมกันได้
ฟีเจอร์
ฟีเจอร์ | รายละเอียด |
24-bit RGB | พาเลตสีเต็ม |
Layers | หลาย layer เหมือน Goxel |
Export |
|
Import |
|
Web Editor | Three.js 3D — คลิกวาง/ลบ voxel |
MCP | เชื่อม Cursor, Claude, client อื่นๆ |
Related MCP server: Aseprite MCP
ติดตั้ง
cd C:\Users\thana\Desktop\voxel-forge
uv sync
cd editor
npm installเชื่อม MCP
Cursor (~/.cursor/mcp.json)
"VoxelForge": {
"command": "C:\\Users\\thana\\Desktop\\voxel-forge\\run-mcp.bat",
"args": []
}Claude Desktop
{
"mcpServers": {
"VoxelForge": {
"command": "C:\\Users\\thana\\Desktop\\voxel-forge\\run-mcp.bat",
"args": []
}
}
}รีสตาร์ท client แล้วตรวจ MCP panel ว่า VoxelForge เป็นสีเขียว
Desktop App (ไม่ใช้เบราว์เซอร์)
รันโปรแกรม
cd C:\Users\thana\Desktop\voxel-forge
.\run-desktop.batหรือหลัง uv sync --extra desktop:
uv run voxel-forgeBuild เป็น .exe
.\build-desktop.batได้ที่ dist\VoxelForge\VoxelForge.exe — ดับble-click เปิดได้เลย ไม่ต้องมี Python/เบราว์เซอร์
ฟีเจอร์ Desktop
เปิด/บันทึก scene (JSON)
Import
.vox/ Export.obj(merged),.vox, Roblox LuauCreate → Build Tree (resolution 1–8)
3D view native (Qt3D) — หมุนกล้องด้วยเมาส์กลาง
MCP สำหรับ AI ยังใช้แยก (run-mcp.bat) — สร้าง scene ผ่าน AI แล้วเปิดใน Desktop จาก %USERPROFILE%\.voxel-forge\scenes\
Web Editor (ทางเลือก)
.\run-editor.batเปิด http://localhost:5173 — sync กับ MCP ผ่าน WebSocket ws://127.0.0.1:8765
2. สร้างผ่าน AI
ตัวอย่าง prompt:
สร้างบ้าน voxel แบบ Goxel ชื่อ my_house — ฐาน 8x8 สีเทา ตัวบ้าน 6x6x4 สีขาว หลังคาสามเหลี่ยมสีแดง
AI จะเรียก:
voxelforge_create_scenevoxelforge_fill_box/voxelforge_place_manyvoxelforge_previewตรวจรูปทรงvoxelforge_export_voxหรือvoxelforge_export_obj
3. เปิดใน Goxel จริง
Export .vox แล้วเปิดใน Goxel หรือ MagicaVoxel:
%USERPROFILE%\.voxel-forge\exports\my_house.voxเครื่องมือ MCP หลัก
Tool | หน้าที่ |
| ข้อมูลโปรเจกต์ |
| สร้าง scene ใหม่ |
| วาง voxel จาก JSON |
| เติมกล่อง 3D |
| เพิ่ม layer |
| ดู ASCII preview |
| ส่งออก .vox |
| ส่งออก .obj |
| นำเข้า .vox |
| เปิด web editor |
| บันทึก/โหลด scene |
โฟลเดอร์ข้อมูล
Scenes:
%USERPROFILE%\.voxel-forge\scenes\Exports:
%USERPROFILE%\.voxel-forge\exports\
สถาปัตยกรรม
┌─────────────┐ stdio/MCP ┌──────────────┐ WebSocket ┌─────────────┐
│ Cursor AI │ ◄───────────► │ MCP Server │ ◄──────────► │ Web Editor │
│ Claude etc. │ │ (Python) │ │ (Three.js) │
└─────────────┘ └──────────────┘ └─────────────┘เปรียบเทียบกับ cube-world-voxel-mcp
VoxelForge | cube-world-voxel-mcp | |
จุดประสงค์ | Editor ทั่วไปแบบ Goxel | Roblox Cube World |
ขนาด voxel | 1×1×1 | 2×2×2 studs |
GUI | Three.js editor | ไม่มี (headless) |
Export | .vox, .obj | Luau → Roblox |
ทั้งสองใช้ MCP คู่กันได้ใน Cursor พร้อมกัน
License
MIT — โค้ด VoxelForge เป็นของเรา
Goxel ต้นฉบับ: GPL-3.0 (https://github.com/guillaumechereau/goxel)
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thanakon228/voxel-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server