Blender AI MCP
JSON →Modular MCP Server + Blender Addon for AI-Driven 3D Modeling.
Tools · 24
- router_set_goal Sets the active goal/intent for the session, anchoring subsequent tool calls to a specific objective.
- browse_workflows Browses available workflows for the current session context.
- search_tools Searches for available tools by name or description.
- call_tool Calls a specific tool by name with provided parameters.
- check_scene Checks the current state of the Blender scene.
- inspect_scene Inspects the current scene for detailed information.
- configure_scene Configures scene settings or properties.
- scene_measure_* Measures various properties or dimensions within the scene.
- scene_assert_* Asserts conditions about the scene state for verification.
- macro_cutout_recess Creates recesses, openings, and cutter-driven cutouts in objects.
- macro_relative_layout Handles align, place, contact-gap part layout operations.
- macro_attach_part_to_surface Seats one part onto another object's surface or body.
- macro_align_part_with_contact Performs minimal repair nudges on pairs that almost fit.
- macro_place_symmetry_pair Places or corrects mirrored pairs around an explicit mirror plane.
- macro_place_supported_pair Places or corrects mirrored pairs against one shared support surface.
- macro_cleanup_part_intersections Performs bounded pairwise overlap cleanup without free-form collision solving.
- macro_adjust_relative_proportion Performs bounded ratio repair between related objects.
- macro_adjust_segment_chain_arc Performs bounded arc adjustment on ordered segment chains.
- macro_finish_form Applies preset-driven bevel, subdivision, or solidify finishing.
- reference_images Handles goal-scoped reference intake before bounded visual comparison.
- reference_guided_creature_build Native prompt asset for staged generic creature work on llm-guided surface.
- recommended_prompts Steers creature-oriented guided sessions toward appropriate prompt paths using active goal/session context.
- guided_reference_readiness Checks reference readiness state, used with router_set_goal and router_get_status.
- router_get_status Gets the current status of the active goal or session.
Environment variables
BLENDER_RPC_HOSTMCP_HTTP_HOSTMCP_HTTP_PORT
Links
★ 29 GitHub stars