Skip to content
Claude Desktop

FEA (finite element analysis) for Claude Desktop

io.github.therobomaster123/mcp-fea

Real FEA on CAD parts: validated setups, stress, safety factor, natural frequencies

client:Claude Desktop transport:streamable-http

Install FEA (finite element analysis) in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp-fea": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://therobomaster123--mcp-fea-mcp-endpoint.modal.run/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

FEA (finite element analysis) in other clients