MC-Schema-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| createProjectA | Create a new build project and make it active. |
| listProjectsA | List all build project names. |
| switchProjectC | Switch the active build project. |
| deleteProjectB | Delete a build project. |
| setBlockB | Set a single block in the active project. |
| setBlocksC | Set multiple blocks in the active project in one call. |
| fillBoxC | Fill a solid rectangular box. |
| outlineBoxC | Build a hollow rectangular box (shell only). |
| wallC | Build a vertical wall along the line between two points. |
| lineB | Draw a straight line of blocks between two points. |
| sphereD | Build a sphere. |
| cylinderC | Build a cylinder. |
| getBuildInfoA | Get a summary of the active project (size, bounding box, block counts). |
| exportSchematicA | Export the active project to ./output/.schem and return the absolute path. Project names may contain only letters, digits, spaces, hyphens and underscores. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 14 tools
Each tool targets a distinct resource or shape operation: project lifecycle, block editing, and shape generation are clearly separated. The singular/plural behavior of setBlock vs setBlocks is explicit, and the shape tools are differentiated by geometry.
Most tools follow a camelCase verb+noun pattern such as createProject, setBlocks, and exportSchematic. The bare shape names wall, line, sphere, and cylinder are a minor deviation, but the overall naming style remains consistent and predictable.
14 tools is well within the ideal range for a Minecraft schematic builder. Project management, block editing, and shape generation are each represented without redundant tools.
The toolset covers project lifecycle, active project state, block setting, common shapes, and schematic export. It lacks a way to read individual blocks or import existing schematics, but these are minor gaps rather than blockers for the core workflow.