This tool provides an MCP (Model Context Protocol) server that grants large language models direct, tool-based access to LTspice circuit simulations. It empowers LLMs to read and modify schematic files, set component values, execute simulations, parse complex binary output results (waveforms, operating points), and even generate matplotlib plots for visual analysis. The integration facilitates conversational interaction, allowing users to analyze, optimize, and understand electronic circuits entirely from within a Claude conversation.
主要功能
01Read and modify LTspice schematic (.asc) files and parameters (.inc)
02Run headless LTspice simulations via Wine and retrieve output files
03Parse binary .raw and .op.raw output for waveforms and DC operating points
04Auto-generate matplotlib scripts for reproducible plot generation and inline display
05Modify specific component values (SYMATTR Value) directly in schematic files
060 GitHub stars
使用案例
01Streamlining the process of inspecting, simulating, and visualizing LTspice designs without manual GUI interaction.
02Automated analysis and explanation of complex electronic circuits through LLM interaction.
03Interactive optimization of circuit parameters, such as tuning an RC filter's cutoff frequency conversationally.