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

コメント

「その他」の他のコンテンツ