Unofficial packages - These are community-maintained tools and are not affiliated with, endorsed by, or officially connected to JLCPCB, LCSC, or EasyEDA.
Toolkit for sourcing electronic components from JLCPCB/LCSC and converting them to KiCad format.
Interactive terminal UI for component search and KiCad library management.
- Search LCSC catalog with stock/price filters
- Install components directly to KiCad libraries
- Browse and manage installed components
Core library with API clients, converters, and services.
- JLC/EasyEDA API clients for component data
- Symbol and footprint converters (EasyEDA → KiCad)
- Library management with category-based organization
MCP server for Claude Desktop/Code integration.
- AI-assisted component selection
- Natural language component sourcing
- Automatic library management
npx @jlcpcb/cli search "STM32F103"git clone https://github.com/l3wi/jlc-cli.git
cd jlc-cli
bun install
bun run buildMIT