MCP.so
登录

arduino-mcp-server

@dido18

关于 arduino-mcp-server

An arduino mcp server written in go

基本信息

分类

其他

许可证

MIT

运行时

go

传输方式

stdio

发布者

dido18

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is arduino-mcp-server?

An MCP (Model Context Protocol) server written in Go that integrates with Arduino tooling. It allows listing connected boards, compiling sketches, and uploading firmware, primarily targeting developers using VSCode.

How to use arduino-mcp-server?

Clone the repository, build with go build ., move the binary to a desired location, then configure the server in VSCode’s settings.json or a workspace .vscode/mcp.json file. Set the type to stdio and the command to the binary path.

Key features of arduino-mcp-server

  • List connected Arduino boards.
  • Compile sketches with a specified board FQBN.
  • Compile and upload sketches in one step.
  • Upload compiled sketches to a specific port.

Use cases of arduino-mcp-server

  • Compile and upload an Arduino sketch from within VSCode.
  • Automate board discovery during development.
  • Integrate Arduino compilation and flashing into AI‑assisted workflows via MCP.

FAQ from arduino-mcp-server

评论

其他 分类下的更多 MCP 服务器