Open-FEM-agent

Hereon-InstituteMS/Open-FEM-agent
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Open FEM Agent: a Model Context Protocol (MCP) server that lets any LLM coding assistant set up, run, verify, and couple finite-element simulations across seven independently developed solvers (FEniCSx, deal.II, 4C, NGSolve, scikit-fem, Kratos, DUNE-fem).
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": {
    "open-fem-agent": {
      "command": "uvx",
      "args": [
        "open-fem-agent"
      ]
    }
  }
}

Or install with pip: pip install open-fem-agent

README Excerpt

An open-source **Model Context Protocol (MCP) server** that connects AI coding agents to **seven independent finite element codes** (FEniCSx, deal.II, 4C Multiphysics, NGSolve, scikit-fem, Kratos Multiphysics, DUNE-fem). Any MCP-compatible AI tool (Claude Code, Cursor, Windsurf, GitHub Copilot) can **operate** solvers, **couple** them across codes, and **develop** new solver capabilities — all through one protocol.

Tools (20)

DEALII_ROOTDUNE_ROOTFENICS_ROOTFOURC_BINARYFOURC_ROOTKRATOS_ROOTNGSOLVE_ROOTSKFEM_ROOTcoupled_solvedeveloperdiscoverexamplesgenerate_meshknowledgeprepare_simulationrun_simulationrun_with_generatorsession_insightstransfer_fieldvisualize

Topics

computational-mechanicsdealiifenicsfinite-element-methodllm-agentmcp-servermodel-context-protocolmultiphysicsngsolvescientific-computing