voxbuilder-mcp-local
@tobylai-toby
About voxbuilder-mcp-local
(Demo) MCP Server to create and draw .vox models file locally
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"voxbuilder-mcp-local": {
"command": "npx",
"args": [
"-y",
"voxbuilder-mcp-local"
]
}
}
}Tools
4create a .vox model project
set voxel blocks to a model project by pos and rgba color
get voxel blocks from a model project, use this to know what you have done
export a .vox model project to a local file path
Overview
What is voxbuilder-mcp-local?
voxbuilder-mcp-local is a demo MCP server that creates and draws .vox model files locally. It is intended for developers who want to generate voxel models programmatically via the Model Context Protocol.
How to use voxbuilder-mcp-local?
Run the server using stdio with the command npx -y voxbuilder-mcp-local. No further configuration or installation steps are documented.
Key features of voxbuilder-mcp-local
- Creates .vox model files locally
- Draws voxel models
- Demo implementation of an MCP server
- Runs via npx with no manual setup
Use cases of voxbuilder-mcp-local
- Generating .vox models from AI‑powered tools
- Prototyping voxel‑creation workflows in an MCP environment
- Testing MCP integrations for voxel generation
FAQ from voxbuilder-mcp-local
What does voxbuilder-mcp-local do?
It creates and draws .vox model files locally, acting as a demo MCP server.
How do I run voxbuilder-mcp-local?
Use the command npx -y voxbuilder-mcp-local over stdio.
Is voxbuilder-mcp-local production‑ready?
No, it is labeled as a demo and should be used for experimentation only.
What transport does voxbuilder-mcp-local use?
It uses stdio as its transport.
Where are the generated .vox files saved?
The README does not specify a save location or output path.
Frequently asked questions
What does voxbuilder-mcp-local do?
It creates and draws .vox model files locally, acting as a demo MCP server.
How do I run voxbuilder-mcp-local?
Use the command `npx -y voxbuilder-mcp-local` over stdio.
Is voxbuilder-mcp-local production‑ready?
No, it is labeled as a demo and should be used for experimentation only.
What transport does voxbuilder-mcp-local use?
It uses stdio as its transport.
Where are the generated .vox files saved?
The README does not specify a save location or output path.
Basic information
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome Mlops
visengerA curated list of references for MLOps

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments