hw-toolkit

El-Guapo2024/hw-toolkit
★ 0 stars Python 💻 Code/Dev Tools Updated today
EE design copilot — hw_toolkit schematic/PCB authoring + KiCad MCP servers. Claude Code plugin.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hw-toolkit": {
      "command": "uvx",
      "args": [
        "hw-toolkit"
      ]
    }
  }
}

Or install with pip: pip install hw-toolkit

README Excerpt

Jupyter-first Python library for hardware (KiCad) schematic design. Engineers write one notebook cell per module, declare nets as buckets, and export a finalized `.kicad_sch` zip ready for phase-2 hand-tune in eeschema. ```python import hw_toolkit as hw board = hw.Board("control_hub_v1") buck = board.module(