KiCadStamp

GrandFatherPikhto/KiCadStamp
★ 0 stars Python Code/Dev Tools Updated 2d ago
GUI/CLI tool for automated component placement, via/track generation and block replication (cloning) on KiCad 10 PCBs over the IPC API. A scriptable alternative to Replicate Layout for multi-channel boards and hierarchical schematics. Python API and MCP server included.
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": {
    "kicadstamp": {
      "command": "uvx",
      "args": [
        "kicadstamp"
      ]
    }
  }
}

Or install with pip: pip install kicadstamp

README Excerpt

**KiCadStamp** automates component placement and block cloning on **KiCad 10** printed circuit boards. It connects to a running KiCad over the IPC API and makes repeatable what otherwise has to be done by hand hundreds of times: placing components, dropping vias, laying tracks and moving whole functional

Tools (5)

applyextractflattenkicadstampundo

Topics

cloning-tooldesign-reuseedaelectronicsipc-apikicadkicad-10kipymcpmcp-serverpcbpcb-designpcb-layoutpcb-reuseplacement-automation