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
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-calculix": {
"command": "npx",
"args": [
"-y",
"Casys-AI/mcp-calculix"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-calculix npx -y Casys-AI/mcp-calculix
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-calculix": {
"command": "npx",
"args": [
"-y",
"Casys-AI/mcp-calculix"
]
}
}
}
📋 Copy