Skip to content

Releases: daedalus/mcp-kicad

v0.1.1 - Full PCB Editing Support

10 Apr 15:41

Choose a tag to compare

MCP server now supports full PCB creation and editing:

  • Board settings and layer management
  • Net and netclass creation
  • Footprint placement, move, rotate, flip
  • Track and via creation
  • Zone creation and refill
  • Text, circles, rectangles, arcs, lines
  • Selection management

v0.1.0

10 Apr 14:32

Choose a tag to compare

feat: initial release v0.1.0

- MCP server exposing KiCad PCB Editor functionality via IPC API
- Implements 16 tools for board, footprint, net, zone, track, via, pad, text operations
- Uses fastmcp and kicad-python libraries
- Includes CI/CD workflows, pre-commit hooks, tests