Enables AI tools to program Microchip AVR microcontrollers via natural language by wrapping pymcuprog, supporting USB HID debuggers and serial UART UPDI adapters.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.PYMCUPROG_DEVICE— The server is configured via environment variables. The two most important ones are (target MCU name, e.g. atmega4808) and PYMCUPROG_TOOL (debugger type, e.g. nedbg).PYMCUPROG_TOOL— The server is configured via environment variables. The two most important ones are PYMCUPROG_DEVICE (target MCU name, e.g. atmega4808) and (debugger type, e.g. nedbg).PYMCUPROG_SERIALNUMBER— USB serial number substring (to pick a specific tool) —PYMCUPROG_SERIALPORT— Serial port for UART UPDI mode (e.g. /dev/ttyUSB0, COM3) —PYMCUPROG_BAUDRATE— Baud rate for serial UPDI mode 115200PYMCUPROG_PROJECT_DIR— Default project directory for the build_and_flash tool —[](https://m8ven.ai/mcp/lucasgerads-pymcuprog-mcp-iqfe44)