einzel

maccoss/einzel
★ 0 stars C# AI/LLM Updated 4d ago
Einzel: an open‑source, agent‑native ion‑optics platform A C# simulation core, a Python extension surface, a scriptable CLI, a WPF shell, and an MCP server. Covering DC and RF ion optics across nine decades of pressure, and designed from the engine outward for an AI agent to build on.
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": {
    "einzel": {
      "command": "npx",
      "args": [
        "-y",
        "maccoss/einzel"
      ]
    }
  }
}