ltspice-power-design

Heart-warm/ltspice-power-design
★ 0 stars Python AI/LLM Updated today
LTspice power design loop: zero-dep MCP server + Hermes skill + LLC 400V-24V-100W example
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": {
    "ltspice-power-design": {
      "command": "uvx",
      "args": [
        "ltspice-power-design"
      ]
    }
  }
}

Or install with pip: pip install ltspice-power-design

README Excerpt

LTspice 电源设计闭环:**需求契约 → 先算后画 → 增量构建门控 → 仿真矩阵 → 中文报告**。 本仓库包含三部分: | 目录 | 内容 | |---|---| | [`mcp/`](mcp/) | **ltspice-local**:零依赖 MCP server(7 工具),stdio 直连 LTspice 批处理仿真 | | [`skill/`](skill/) | **ltspice-power-design**:Hermes Agent 技能(SKILL.md + 布局规范 + 审计脚本) | | [`examples/llc_switching_400V_24V/`](examples/llc_switching_400V_24V/) | 开关级 LLC 谐振变换器示例工程(400V → 24V / 100W) |

Tools (1)

generate_report