I tried the MCP with KiCad 10 and it was able to add a resistor on the schematic.
- issue 1: it is not interactive. It acts on the file and the schematic editor must be closed and re-opened to see any change
- issue 2: when a component is added to the circuit it does not show the correct symbol (a resistor in my test)
Here is the answer from GPT 5.4:
I fixed the schematic entry. The problem was that R1 referenced Device:R, but your schematic’s lib_symbols cache was empty, so KiCad couldn’t resolve the symbol body and reported “symbol not found in Device”.
I inserted the cached Device:R symbol definition directly into C:\Users\xxx\Documents\KiCad\test1\test1.kicad_sch. Reload or reopen the schematic in KiCad once, and R1 should render as a proper resistor.
In the thinking tokens, I can also see AI telling:
It seems that adding symbols through the tool won't work unless the library is available externally.
HTH
I tried the MCP with KiCad 10 and it was able to add a resistor on the schematic.
Here is the answer from GPT 5.4:
In the thinking tokens, I can also see AI telling:
HTH