blender_mcp_edit_model
Send an STL file with edit instructions to a Blender bridge for advanced 3D model modifications like remesh, boolean, or decimate.
Instructions
Send STL-edit instructions to a Blender MCP bridge command for advanced model edits
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execute | No | Execute bridge command (true) or return payload only (false) | |
| stl_path | Yes | Path to the local STL file | |
| operations | Yes | Ordered edit operations for Blender (e.g. remesh, boolean, decimate) | |
| bridge_command | No | Override command for invoking Blender MCP bridge |