mcp-calculix

Casys-AI/mcp-calculix
★ 0 stars TypeScript AI/LLM Updated today
MCP server for FEA — Gmsh meshing + CalculiX linear static solve on STEP files, driven by AI agents. Faces designated by bounding boxes, explicit physics, mm/N/MPa
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-calculix": {
      "command": "npx",
      "args": [
        "-y",
        "Casys-AI/mcp-calculix"
      ]
    }
  }
}

README Excerpt

Stateless HTTP MCP server for deterministic finite-element static analysis of STEP files. It meshes with [Gmsh](https://gmsh.info), solves with contract through `calculix_solve_static`. ``` STEP part → Gmsh tetrahedral mesh → CalculiX static solve → physical results ``` ```bash apt install gmsh calculix-ccx # Debian/Ubuntu