# Vivek Vijayan - I'm looking for MOLEX 90130-312... Channel: #support Source: https://discord.com/channels/1233487248129921135/1522862319540113460 Started: 2026-07-04T07:11:10.751000+00:00 Last activity: 2026-07-04T16:04:40.686000+00:00 ## Vivek Vijayan — 2026-07-04T07:11:10.392000+00:00 I'm looking for MOLEX 90130-3120 connector library, which is not directly available from jlcpcb or any other tscircuit repositories. It is available from ultra-librarian. What is the easiest method to convert it to tscircuit library? Should I download KiCAD files and try to convert them or are there any other simpler methods? ## Seve — 2026-07-04T07:11:58.969000+00:00 Yea probably via kicad ## Seve — 2026-07-04T07:12:34.488000+00:00 You can directly import kicad files and footprints ## Vivek Vijayan — 2026-07-04T07:15:24.435000+00:00 https://github.com/tscircuit/kicad-converter, https://github.com/tscircuit/kicad-to-circuit-json : I'm aware of these two repos. Do I have to use kicad? My assumption is that the circuit json converter from above repos will directly ingest the library files available from ultra-librarian.. ## Seve — 2026-07-04T07:23:57.431000+00:00 You can literally just import it ## Seve — 2026-07-04T07:25:11.398000+00:00 [attachment] Attachment: image0.jpg — https://community.tscircuit.com/media/1522865846739931196 ## Seve — 2026-07-04T07:25:21.793000+00:00 Those projects also work though ## Seve — 2026-07-04T07:25:54.968000+00:00 We can add a using Ultra Librarian guide- havent used them much lately, lmk if it is a PITA we will make it easy ## Vivek Vijayan — 2026-07-04T09:28:26.555000+00:00 I tried this direct import approach(roughly 3 months ago). Circuit rendering with kicad components were painstakingly slow that time.. Let me go through all approaches.. Will try to document a stable workflow and share.. ## Vivek Vijayan — 2026-07-04T09:58:56.194000+00:00 <@757706909351411845> I could successfully create tscircuit component for the pinheader. Here are few of the observations: ``` 1. Obtained the kicad library from ultralibrarian 2. Converted kicad footprint to tscircuit tsx code - First tried with `kicad-component-converter` npm package. But due to package dependency issues, dropped this approach - Then used the online tool: https://kicad-component.tscircuit.com/ - Uploaded kicad_mod file to the webpage and downloaded the .tsx component file 3. The converted code contains only footprint information. Schematic information needs to be attached separately. - molex_901303120 is a simple connector. So asked AI agent to update the molex_901303120.tsx file refering to other libraries available. - Since there are no datasheet related information required to define pin names/numbers, agent could generate necessary code in one go. - Generated component worked seamlessly with the existing circuit, in first try ``` (This is taken from my notes. Sorry for being verbose.. 🙂 ) ## Vivek Vijayan — 2026-07-04T10:00:32.446000+00:00 Is there any public registry where I can upload generated components, so that everyone can use it in future? ## Seve — 2026-07-04T16:03:48.771000+00:00 Yes you can publish to the tscircuit.com registry with “tsci push” ## Seve — 2026-07-04T16:03:56.305000+00:00 I appreciate the writeup!!! ## Seve — 2026-07-04T16:04:40.686000+00:00 We will review how we can make this more straightforward