@fingerskier/pi-kicad

extension

KiCad MCP plugin for Pi

by · v2026.5.7 · published 3mo ago

$ pi install npm:@fingerskier/pi-kicad
downloads/mo
0
stars
last push
open issues

Signals

license: MITtestspi manifest: missinginstall size: —deps: 0peer deps: 0

Download trend

197 downloads · last 12 weeks (weekly)

README

Edith

Kicad MCP service

Features

  • Wraps KiCad's IPC API and provides MCP tools, resources and prompts
  • Wraps KiCad's kicad-cli
    • manufacturing outputs ~ BOM, Netlist, Gerbers, etc.
    • DRC / ERC
    • Plots (2D) ~ PDF, Images
    • Models (3D) ~ STEP, STL, etc.
    • Footprints and symbols

Usage

  • Development
    • cd <project-directory> && npm run dev - start the development MCP server
  • Production
    • cd <project-directory> && npx edith - start the production MCP server
  • Requirements
    • KICAD_PATH environment variable pointing to the KiCad installation directory