I’ve been working on kicad-mcp-pro , an open-source MCP server that connects KiCad PCB and schematic workflows to AI agents. GitHub: https://github.com/oaslananka/kicad-mcp-pro What is kicad-mcp-pro? kicad-mcp-pro is an MIT-licensed open-source project for bringing AI-assisted workflows into KiCad. The goal is not to replace engineers or hardware designers. The goal is to make repetitive PCB and schematic tasks easier, safer, and more automated through the Model Context Protocol. Why I built it AI coding agents are getting better at working with files, tools, and development workflows. But hardware design is different. A mistake in a PCB workflow can be more serious than a typo in a web app. You need validation, review, reproducibility, and human oversight. That is why I wanted to build an MCP server focused on KiCad workflows with safety and validation in mind.…