blender_mcp_edit_model
Send STL edit instructions to a Blender MCP bridge to apply remesh, boolean, or decimate operations for advanced model editing before 3D printing.
Instructions
Send STL-edit instructions to a Blender MCP bridge command for advanced model edits
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| execute | No | Execute bridge command (true) or return payload only (false) |