Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Arduino MCP Server

NPM · ARDUINO-MCP-SERVER · SCANNED SEP 20

Arduino MCP server for CLI setup, board detection, compile/upload, serial monitoring, and pin refs.

Available components

−1 this week 83 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability78
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1535 tokens (~69/item across 22 items; 21 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage94
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 79% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 21 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 22 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Arduino MCP Server server?

Arduino MCP Server runs locally as an npm package, launched with npx -y arduino-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · arduino-mcp-server

# add to Claude Code
claude mcp add hardware-mcp-arduino-mcp-server -- npx -y arduino-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "hardware-mcp-arduino-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "arduino-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "hardware-mcp-arduino-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "arduino-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add hardware-mcp-arduino-mcp-server -- npx -y arduino-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hardware-mcp-arduino-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "arduino-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add hardware-mcp-arduino-mcp-server --command npx --arg -y --arg arduino-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  hardware-mcp-arduino-mcp-server:
    command: "npx"
    args: ["-y", "arduino-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "hardware-mcp-arduino-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "arduino-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add hardware-mcp-arduino-mcp-server -t stdio -c npx -a -y arduino-mcp-server
// mcp.json
{
  "mcpServers": {
    "hardware-mcp-arduino-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "arduino-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 14 Sept 26 0
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 8 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/arduino-mcp-server@0.2.8

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 21 exposed · ~1,516 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
arduino_cli_doctor ~27

Check whether arduino-cli is available and return OS-specific installation instructions if missing.

Input schema present but exposes no named parameters.

NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

compile_sketch ~131

Compile an Arduino sketch with a specific board FQBN.

NameTypeReqDescription
autoInstallCorebooleanIf true (default), auto-install missing board core before compile.
buildPathstringOptional build output directory.
cleanbooleanIf true, clean build cache before compile.
exportBinariesbooleanIf true, export binaries into sketch folder.
fqbnstringyesBoard FQBN, e.g. arduino:avr:uno.
sketchPathstringyesPath to sketch folder or .ino file.
warningsstring
NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

detect_hardware ~80

Detect connected Arduino-compatible hardware, infer board/FQBN candidates, and generate next compile/upload commands.

NameTypeReqDescription
includeBoardDetailsbooleanIf true, query `arduino-cli board details` for selected FQBN candidates.
portstringOptional exact port filter, e.g. COM6 or /dev/ttyACM0.
NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

ensure_core_installed ~92

Ensure the Arduino core required by a board FQBN is installed. Can auto-install via `arduino-cli core install`.

NameTypeReqDescription
autoInstallbooleanIf true (default), install missing core automatically.
coreIdstringCore ID, e.g. arduino:avr.
fqbnstringBoard FQBN, e.g. arduino:avr:uno.
NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

get_board_details ~46

Get detailed board metadata from arduino-cli for a specific FQBN.

NameTypeReqDescription
fqbnstringyesBoard FQBN, e.g. arduino:avr:uno.
NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

install_arduino_cli ~83

Attempt to install arduino-cli for the current OS using available package managers, then verify and configure CLI path.

NameTypeReqDescription
methodstringInstall method. Default `auto` tries OS-relevant methods in order.
setCliPathInProcessbooleanIf true (default), set ARDUINO_CLI_PATH in this MCP process after install.
NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

list_board_reference ~19

List local board reference entries with pin/spec metadata.

Input schema present but exposes no named parameters.

NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

list_connected_boards ~22

List connected boards and serial ports detected by arduino-cli.

Input schema present but exposes no named parameters.

NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

list_serial_ports ~29

List serial ports and any detected board metadata using arduino-cli. Works on Windows/macOS/Linux.

Input schema present but exposes no named parameters.

NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

list_supported_boards ~40

List supported/installable boards from the local arduino-cli index.

NameTypeReqDescription
searchstringOptional case-insensitive filter for name/FQBN.
NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

read_serial_snapshot ~73

Capture serial output for a bounded duration from a given port.

NameTypeReqDescription
baudRateintegerBaud rate. Default: 9600.
durationMsintegerCapture duration in ms.
portstringyesSerial port path, e.g. COM6 or /dev/ttyACM0.
NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

safety_preflight ~84

Run electrical preflight checks (voltage/current/pin risks) before upload or serial write operations.

NameTypeReqDescription
boardstringBoard name/id (preferred when known).
fqbnstringBoard FQBN when known.
portstringOptional port for automatic board inference.
powerobject
wiringarray
NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

search_board_reference ~33

Search local board reference by board name, alias, id, or FQBN.

NameTypeReqDescription
querystringyes
NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

serial_close_session ~27

Close a serial session and release its port lock.

NameTypeReqDescription
sessionIdstringyes
NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

serial_expect ~64

Wait for a string pattern in a serial session buffer with timeout.

NameTypeReqDescription
caseSensitiveboolean
fromOffsetintegerOptional explicit cursor offset.
patternstringyes
sessionIdstringyes
timeoutMsinteger
NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

serial_list_sessions ~19

List active serial sessions and current port lock state.

Input schema present but exposes no named parameters.

NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

serial_open_session ~88

Open a stateful serial monitor session with port lock ownership.

NameTypeReqDescription
baudRateintegerBaud rate. Default: 9600.
maxBufferBytesintegerMax in-memory receive buffer.
portstringyesSerial port path, e.g. COM6 or /dev/ttyACM0.
ttlMsintegerSession lease TTL in ms.
NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

serial_read ~68

Read buffered bytes from an open serial session.

NameTypeReqDescription
encodingstringOutput encoding. Default: utf8.
fromOffsetintegerRead offset cursor. Defaults to current buffer start.
maxBytesintegerMaximum bytes to return.
sessionIdstringyes
NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

serial_write ~103

Write bytes to an open serial session. Safety preflight is enforced unless explicitly skipped.

NameTypeReqDescription
datastringyesPayload to send.
encodingstringPayload encoding. Default: utf8.
lineEndingstringOptional line ending append.
safetyContextobject
sessionIdstringyes
unsafeSkipPreflightbooleanIf true, bypasses safety_preflight checks. Use only with explicit user acceptance.
NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

upload_and_wait_ready ~231

Upload a sketch and wait for a serial readiness pattern, handling post-upload reset/re-enumeration windows.

NameTypeReqDescription
autoInstallCorebooleanIf true (default), auto-install missing board core when fqbn is provided.
fqbnstringOptional board FQBN when auto-detect is insufficient.
portstringyesSerial port path, e.g. COM6 or /dev/ttyACM0.
readyBaudRateintegerBaud rate for readiness check. Default 115200.
readyCaseSensitivebooleanIf true, readiness matching is case-sensitive.
readyPatternstringOptional serial text pattern to wait for after upload.
readyTimeoutMsintegerHow long to wait for readyPattern.
safetyContextobject
sketchPathstringyesPath to sketch folder or .ino file.
unsafeSkipPreflightbooleanIf true, bypasses safety_preflight checks. Use only when user explicitly accepts risk.
verifybooleanVerify uploaded binary when supported.
NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

upload_sketch ~157

Upload a compiled sketch to a connected board/port.

NameTypeReqDescription
autoInstallCorebooleanIf true (default), auto-install missing board core when fqbn is provided.
fqbnstringOptional board FQBN when auto-detect is insufficient.
portstringyesSerial port path, e.g. COM6 or /dev/ttyACM0.
safetyContextobjectOptional electrical context for preflight checks.
sketchPathstringyesPath to sketch folder or .ino file.
unsafeSkipPreflightbooleanIf true, bypasses safety_preflight checks. Use only when user explicitly accepts risk.
verifybooleanVerify uploaded binary when supported.
NameTypeReqDescription
commandstring
data
errorstring
errorCodestring
nextActionsarray
notestring
okbooleanyes
rawobject
rawTailobject
reasonCodesarray
retryableboolean
stagestring
statusstring

No examples provided.

Common questions

What is the Arduino MCP Server server?

Arduino MCP Server is listed in the public MCP registry as io.github.hardware-mcp/arduino-mcp-server. Arduino MCP server for CLI setup, board detection, compile/upload, serial monitoring, and pin refs. This page covers its npm package (arduino-mcp-server).

Is the Arduino MCP Server server safe to use?

Arduino MCP Server scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Arduino MCP Server server expose?

Arduino MCP Server exposes 21 tools: list_connected_boards, arduino_cli_doctor, install_arduino_cli, list_supported_boards, ensure_core_installed, and 16 more. Their descriptions and schemas cost roughly 1,516 tokens of context every time the server is loaded.

Is the Arduino MCP Server server still maintained?

Arduino MCP Server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Arduino MCP Server server under?

Arduino MCP Server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.