Back to directory
mcp-arduino-server

mcp-arduino-server

@Volt2311

An MCP server exposing arduino-cli functionality to manage Arduino sketches, boards, libraries, and generate circuit diagrams.

arduinohardwareiotmcp-serverother

Installation & Configuration

{
  "mcpServers": {
    "arduino": {
      "command": "/path/to/mcp-arduino-server",
      "args": [],
      "env": {
        "WIREVIZ_PATH": "/path/to/wireviz",
        "OPENAI_API_KEY": "<your-openai-api-key>"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/15
Updated
2026/4/17