Server data from the Official MCP Registry
Arduino MCP server for CLI setup, board detection, compile/upload, serial monitoring, and pin refs.
Arduino MCP server for CLI setup, board detection, compile/upload, serial monitoring, and pin refs.
Valid MCP server (2 strong, 3 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry.
3 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ARDUINO_CLI_PATH
Environment variable: ARDUINO_SKETCH_ROOT
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-akshatnerella-arduino-mcp-server": {
"env": {
"ARDUINO_CLI_PATH": "your-arduino-cli-path-here",
"ARDUINO_SKETCH_ROOT": "your-arduino-sketch-root-here"
},
"args": [
"-y",
"arduino-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
Arduino MCP server for arduino-cli workflows: dependency checks/install, hardware detection, compile/upload, serial monitoring, board reference lookup, and safety preflight checks.
This repository includes:
server.json for MCP Registry metadata.manifest.json for Claude Desktop MCP bundle (.mcpb) packaging.Use this server to automate Arduino setup and development tasks from an MCP client while keeping operations local to your machine.
open, read, expect, write, close)arduino-cli on PATH, or install/configure it through provided toolsInstall from npm:
npm install -g arduino-mcp-server
Add to Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"arduino": {
"command": "npx",
"args": ["-y", "arduino-mcp-server"],
"env": {
"ARDUINO_CLI_PATH": "arduino-cli",
"ARDUINO_SKETCH_ROOT": "D:/Projects/arduino-sketches"
}
}
}
}
ARDUINO_CLI_PATH: Arduino CLI command/path (default: arduino-cli)ARDUINO_SKETCH_ROOT: optional absolute root restricting sketch compile/upload pathsExample 1: Bootstrap missing Arduino CLI
User prompt:
Check if Arduino CLI is installed and install it automatically if missing.
Expected tool sequence:
arduino_cli_doctorinstall_arduino_cli (when missing)arduino_cli_doctor (re-check)Example 2: Compile and upload a sketch
User prompt:
Compile D:/Projects/arduino-sketches/Blink for arduino:avr:uno and upload it to COM6.
Expected tool sequence:
compile_sketch with sketch path + fqbnupload_sketch with sketch path + fqbn + portExample 3: Open serial monitor session and wait for ready text
User prompt:
Open serial on COM6 at 115200 and wait until the device prints READY.
Expected tool sequence:
serial_open_sessionserial_expectserial_read (optional for additional output)serial_close_session (when done)Example 4: Safety preflight before writing to device
User prompt:
Before sending commands over serial, run a safety preflight for an Arduino Uno with my wiring details.
Expected tool sequence:
safety_preflightserial_write only if preflight does not blockTools:
arduino_cli_doctorinstall_arduino_clidetect_hardwareensure_core_installedcompile_sketchupload_sketchupload_and_wait_readyread_serial_snapshotsafety_preflightserial_open_sessionserial_list_sessionsserial_readserial_expectserial_writeserial_close_sessionlist_connected_boardslist_supported_boardslist_serial_portsget_board_detailslist_board_referencesearch_board_referenceResources:
arduino://boards/referencePrompts:
arduino-cli-bootstrap-policyarduino-setup-assistantBuild and package:
npm run build
npm run mcpb:validate
npm run mcpb:pack
Notes:
manifest.json is consumed by mcpb..mcpbignore excludes dev/reference files from bundle packaging.<name>.mcpb in the current directory by default.Summary:
git clone https://github.com/akshatnerella/arduino-mcp-server
cd arduino-mcp-server
npm install
npm run typecheck
npm run build
npm run dev
main must come from release/* branches.patch, minor, or major.MIT, see LICENSE.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.