Mmcp.market

VoxelDraft – AI Voxel Modeling MCP server

by huruki-geo·io.github.huruki-geo/voxeldraft·v0.5.1

Create, edit, render, save, and export voxel models with interactive 3D previews.

C57/100grade C
What users say
No reviews yet
Be the first
Safety scan
C57/100

full report

Adoption
New

Little public usage data yet

Reviews

Write one

Nobody has reviewed VoxelDraft – AI Voxel Modeling yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

VoxelDraft – AI Voxel Modeling tools (8, 2 write)

write = sends, deletes, buys or posts
  • create_voxel_modelwrite actionFree

    Create an editable VoxelDraft model from compact commands. Returns a short modelRef for later plugin calls and does not save to Cloud Projects. Use VoxelDraft's compact instruction stream instead of emitting one JSON object per voxel. Coordinates are integers 0..63. Colors are either #RRGGBB or a zero-based palette index. Commands: ["box",x1,y1,z1,x2,y2,z2,color,hollow?] ["ellipsoid",cx,cy,cz,rx,ry,rz,color,hollow?] ["cylinder","x"|"y"|"z",x,y,z,radius,height,color,hollow?] ["line",x1,y1,z1,x2,y2,z2,color] ["roof","x"|"z",x1,y1,z1,x2,y2,z2,color] (gable roof, axis is ridge direction) ["runs","x"|"y"|"z",color,[[x,y,z,length],...]] (preferred exact/freeform representation) ["points",color,[[x,y,z],...]] (sparse details only) ["erase",x1,y1,z1,x2,y2,z2] ["recolor",fromColor,toColor] ["copy",x1,y1,z1,x2,y2,z2,dx,dy,dz] ["repeat",x1,y1,z1,x2,y2,z2,dx,dy,dz,count] ["mirror","x"|"y"|"z",plane,x1,y1,z1,x2,y2,z2] (plane is a grid boundary 0..64) Prefer box/roof/ellipsoid/cylinder for bulk geometry, runs for irregular silhouettes, repeat/mirror for repeated or symmetric parts, and points only for small details. This usually uses far fewer model tokens than raw voxel JSON.

  • edit_voxel_modelFree

    Edit the temporary model identified by modelRef and return a new modelRef. This does not modify a saved cloud project. Use VoxelDraft's compact instruction stream instead of emitting one JSON object per voxel. Coordinates are integers 0..63. Colors are either #RRGGBB or a zero-based palette index. Commands: ["box",x1,y1,z1,x2,y2,z2,color,hollow?] ["ellipsoid",cx,cy,cz,rx,ry,rz,color,hollow?] ["cylinder","x"|"y"|"z",x,y,z,radius,height,color,hollow?] ["line",x1,y1,z1,x2,y2,z2,color] ["roof","x"|"z",x1,y1,z1,x2,y2,z2,color] (gable roof, axis is ridge direction) ["runs","x"|"y"|"z",color,[[x,y,z,length],...]] (preferred exact/freeform representation) ["points",color,[[x,y,z],...]] (sparse details only) ["erase",x1,y1,z1,x2,y2,z2] ["recolor",fromColor,toColor] ["copy",x1,y1,z1,x2,y2,z2,dx,dy,dz] ["repeat",x1,y1,z1,x2,y2,z2,dx,dy,dz,count] ["mirror","x"|"y"|"z",plane,x1,y1,z1,x2,y2,z2] (plane is a grid boundary 0..64) Prefer box/roof/ellipsoid/cylinder for bulk geometry, runs for irregular silhouettes, repeat/mirror for repeated or symmetric parts, and points only for small details. This usually uses far fewer model tokens than raw voxel JSON.

  • export_voxel_modelwrite actionFree

    Create direct download URLs for OBJ+MTL or compact VoxelDraft JSON from a modelRef.

  • inspect_voxel_modelFree

    Inspect a temporary VoxelDraft modelRef. Returns voxel count, command count, bounds, and colors.

  • list_voxel_projectsFree

    List private VoxelDraft Cloud Projects. Requires project-read OAuth scope.

  • load_voxel_projectFree

    Load one private Cloud Project and return a short modelRef for later plugin calls. Requires project-read OAuth scope.

  • render_voxel_modelFree

    Preview a VoxelDraft modelRef. ChatGPT can render an interactive Three.js/WebGL widget; everyone also receives an interactive WebGL URL. Signed-in VoxelDraft Plus users may additionally receive a cached PNG when includeImage is true.

  • save_voxel_modelFree

    Save the temporary model identified by modelRef to private VoxelDraft Cloud Projects. Requires project-write OAuth scope. Pass projectId to update an existing owned cloud project.

Public scan report

scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it

1 high1 low
  • Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 427ms20/20
  • Tool poisoning8 tool descriptions checked15/15
  • Auth qualityopen endpoint exposes 2 write-action tools with no auth3/15
  • Maintenanceno repository listed3/15
  • Maintainer identityno repository or website to verify2/10

Findings (2)

  • highWrite-action tools reachable without authenticationauth.open-write
  • lowNo source repository listedmaint.no-repo
Overall 57/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http voxeldraft https://voxeldraft.com/api/mcp
Add to Cursor

VoxelDraft – AI Voxel Modeling: common questions

Is VoxelDraft – AI Voxel Modeling MCP server safe?
With care: it is graded C, so read the findings first (57/100). Read the VoxelDraft – AI Voxel Modeling safety report
How do I install VoxelDraft – AI Voxel Modeling?
It runs remotely at voxeldraft.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does VoxelDraft – AI Voxel Modeling need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is VoxelDraft – AI Voxel Modeling maintained?
The latest release is v0.5.1.
Is VoxelDraft – AI Voxel Modeling up?
100% of our last 8 checks got an answer. We check remote servers about four times a day.
What can I use instead of VoxelDraft – AI Voxel Modeling?
Servers from other publishers that do the same job: Equation.io MCP server and build123d MCP server.

Alternatives to VoxelDraft – AI Voxel Modeling

Same job from other publishers: the closest match first, then the best rated.

  • Equation.io
    Create interactive 2D and 3D graphs with validated equations, shareable links, and PNG previews.
    A
  • build123d MCP
    AI-driven 3D CAD via build123d: execute, render, measure, and export geometry interactively.
    A

More from huruki-geo