arduino-mcp-server
0
The arduino-mcp-server project is an Arduino MCP server built using Golang. It provides functionalities to list connected boards, compile sketches, and upload them to specified ports.
arduino-mcp-server
An Arduino MCP server written in Golang.
Tools:
- list_boards: List the connected boards to the PC.
- compile: Compile and optionally upload a sketch. Includes options for specifying the board's fqbn, the path of the sketch, and the port.
- upload: Upload a sketch with options for specifying the board's fqbn, the sketch path, and the port.