ltspice-converter

ksugahar/ltspice-converter
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
Convert between LTspice .asc, SPICE .cir, and schemdraw Python scripts. Pure-Python, with an MCP server for AI agents.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ltspice-converter": {
      "command": "uvx",
      "args": [
        "ltspice-converter"
      ]
    }
  }
}

Or install with pip: pip install ltspice-converter

README Excerpt

Convert between three circuit representations: ``` LTspice .asc <----> SPICE .cir <----> schemdraw Python script ``` Pure-Python — LTspice.exe is optional (used only for canonical anonymous-node numbering when available). Built for AI agents to round-trip circuits between schematic and netlist forms without launching LTspice.