BlockbenchMCP
Related Servers
Alternatives to BlockbenchMCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to create and edit 3D models in Blockbench via the Model Context Protocol.438GPL 3.0
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to control Blockbench for Minecraft 3D modeling, including project creation, cube placement, UV layout, and texture painting.GPL 3.0
- AlicenseNot gradedqualityBmaintenanceEnables AI-driven creation and editing of Minecraft creature models, textures, and skeletal animations in Blockbench, targeting BetterModel and ModelEngine workflows.GPL 3.0
- AlicenseNot gradedqualityDmaintenanceConnects Claude AI to Blockbench through Model Context Protocol, enabling AI-assisted 3D modeling, texture creation, and block model manipulation with real-time command execution and feedback.30MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Blockbench, a 3D modeling tool for Minecraft, through a plugin-based MCP server.GPL 3.0
- FlicenseNot gradedqualityDmaintenanceEnables any AI model to create, read, and edit Figma designs in real time through the Model Context Protocol.-
TDQS
Scored across 46 tools
Each tool has a distinct purpose, with clear separation between single-item and batch operations (e.g., add_cube vs add_cubes). Texturing tools are well-differentiated (paint_faces vs paint_texture vs detail_cubes), and even execute_script is reserved for edge cases. No two tools appear to do the same thing.
Tool names follow a consistent verb_noun pattern using snake_case (e.g., add_cube, create_animation, list_formats). Deviations like new_project and check_model are minor and still intuitive. The naming is predictable and easy to navigate.
At 46 tools, the set is larger than typical MCP servers but justified by the complexity of 3D modeling. Each tool addresses a specific, non-trivial operation (e.g., pack_uv, detail_cubes). A few could be merged (e.g., add_cube/add_cubes) but the batch versions are genuinely needed.
The toolset covers the full modeling pipeline: project creation, element construction (cubes, groups, meshes, planes), texturing (creation, UV packing, painting, style application), animation, inspection/auditing (check_model, screenshot_views), and plugin management. There are no major gaps; even edge cases are addressed via execute_script.