Home › Cloud & Monitoring › Arduino MCP Server
Arduino MCP Server
Arduino MCP server for CLI setup, board detection, compile/upload, serial monitoring, and pin refs.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.2.8)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"arduino-mcp-server": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"ARDUINO_CLI_PATH": "<YOUR_VALUE>",
"ARDUINO_SKETCH_ROOT": "<YOUR_VALUE>"
}
}
}
}
ARDUINO_CLI_PATH— Optional path to arduino-cli binary. Defaults to arduino-cli on PATH.ARDUINO_SKETCH_ROOT— Optional absolute path restricting sketch operations to this directory.
Related servers
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
kubeshark
Real-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS.
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
Azure MCP Server
All Azure MCP tools to create a seamless connection between AI agents and Azure services.
Data from the Official MCP Registry