MCP server for editing STL 3D model files
MCP server for editing STL 3D model files. Provides tools for parsing, viewing, and manipulating STL files through the Model Context Protocol. mcp-name: io.github.daedalus/mcp-stl readstlfile: Read an STL file and return mesh data (vertices, normals, bounding box) getmeshinfo: Get summary information about an STL file without loading full geometry writestl: Write mesh data to an STL file (ASCII…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
MCP server for editing STL 3D model files. Provides tools for parsing, viewing, and manipulating STL files through the Model Context Protocol. mcp-name: io.github.daedalus/mcp-stl readstlfile: Read an STL file and return mesh data (vertices, normals, bounding box) getmeshinfo: Get summary information about an STL file without loading full geometry writestl: Write mesh data to an STL file (ASCII or binary format) translatestl: Translate (move) the mesh by specified X, Y, Z offsets rotatestl:…