circuitsnap

gambhirsharma/circuitsnap
★ 0 stars TypeScript AI/LLM Updated today
Snap a circuit sketch into a running Falstad CircuitJS1 simulation. MCP server + CLI
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": {
    "circuitsnap": {
      "command": "npx",
      "args": [
        "-y",
        "gambhirsharma/circuitsnap"
      ]
    }
  }
}

README Excerpt

**Snap it, sim it.** Turn a circuit drawing — a photo, a sketch, or just a description — into a live simulation in [Falstad's CircuitJS1](https://www.falstad.com/circuit/circuitjs.html). Ships as an **MCP server** (so Claude and other assistants can build circuits), a **CLI**, and a **library**. ```console