manifold-mcp

zhicwan/manifold-mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 2d ago
MCP server + skill for designing 3D-printable models with manifold-3d. Validates LLM-generated TypeScript snippets and streams the result to a live three.js preview with STL/3MF export.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "manifold-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zhicwan/manifold-mcp"
      ]
    }
  }
}

README Excerpt

<!-- TODO: uncomment badges after first publish --> An MCP server and plugin that lets an LLM design 3D-printable models with TypeScript, and preview/export STL or 3MF in the browser. ```text /plugin marketplace add zhicwan/manifold-mcp /plugin install manifold@manifold-mcp ``` ```bash git clone https://github.com/zhicwan/manifold-mcp.git

Topics

3d-printingcadclaude-codecopilot-clillmmanifold-3dmcp