mcp_3d_relief
10
The MCP STL 3D Relief Generator is a server application that transforms 2D images into 3D relief models in STL format. It features customizable model dimensions, optional base addition, and depth inversion for versatile 3D rendering or printing.
MCP STL 3D Relief Generator
This project provides a MCP server that converts 2D images into 3D relief models in STL format, suitable for 3D printing or rendering.
Features
- Convert any image to a 3D relief model
- Control model dimensions (width, thickness)
- Add optional base to the 3D model
- Invert depth for different relief effects
- Fast processing with immediate download links
Usage
MCP Tool Parameters
image_path
: Local path or web URL to the input image filemodel_width
: Width of the 3D model in mm (default: 50.0)model_thickness
: Maximum thickness/height of the 3D model in mm (default: 5.0)base_thickness
: Thickness of the base in mm (default: 2.0)skip_depth
: Whether to use the image directly or generate a depth map (default: true)invert_depth
: Invert the relief (bright areas become low instead of high) (default: false)detail_level
: Controls the resolution of the processed image (default: 1.0). At detail_level = 1.0, the image is processed at 320px resolution, producing an STL file typically under 100MB. Higher values improve detail quality but significantly increase both processing time and STL file size. For example, doubling the detail_level can increase file size by 4x or more. Use with caution.