This optimizer hooks into your 3D asset pipeline to reduce polygon counts and clean up mesh geometry. You'd reach for it when you're working with models that need to run efficiently in real-time applications or when file sizes are bloating your builds. The source details are light on specific operations, but given the name and focus, expect typical mesh optimization tasks like decimation, topology cleanup, and vertex welding. It runs as a remote service over SSE, so you're making calls to their hosted endpoint rather than running optimization locally. Useful if you're building CAD tools, game asset pipelines, or any workflow where 3D model performance matters.
claude mcp add --transport sse io.github.evozim-3d-meshweaver https://3d-meshweaver-mcp.vercel.app/api/mcp