# Arduino Mcp Server

> An arduino mcp server written in go

- **Type:** MCP server
- **Install:** `agentstack add mcp-dido18-arduino-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [dido18](https://agentstack.voostack.com/s/dido18)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [dido18](https://github.com/dido18)
- **Source:** https://github.com/dido18/arduino-mcp-server

## Install

```sh
agentstack add mcp-dido18-arduino-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# arduino-mcp-server
An arduino mcp server written in golang.

## Installation

### Vscode
- `git clone git@github.com:dido18/arduino-mcp-server.git`
- `cd arduino-mcp-server && go build .`
- move the binary into a location (e.g. `mv arduino-mcp-server ~/arduino-mcp-server` )
- use the location in the `command` field of the `settings.json` (or can add it to a file called `.vscode/mcp.json` in your workspace) 

```json
{
    // settings.json
    "mcp": {
        "servers": {
            "arduino-mcp-server": {
                "type": "stdio",
                "command": "~/arduino-mcp-server",
                "args": []
            }   
        }
    },
}

```

## Tools:

- `list_boards`: list the connected board to the pc
- `compile`: compile (and optionally upload) a sketch
    - `fqbn` the fqbn of the board
    - `sketch` the path of the sketch to compile 
    - `upload` if True perform the upload
    - `port` the port wher to upload
- `upload`: upload 
    - `fqbn` the fqbn of the board
    - `sketch` the path of the sketch to compile 
    - `port` the port where to upload

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [dido18](https://github.com/dido18)
- **Source:** [dido18/arduino-mcp-server](https://github.com/dido18/arduino-mcp-server)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** yes

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-dido18-arduino-mcp-server
- Seller: https://agentstack.voostack.com/s/dido18
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
