MCP server wrapping arduino-cli - board detection, compile, upload, and serial I/O for AI agents
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"arduino-mcp": {
"command": "npx",
"args": [
"-y",
"BufrAI/arduino-mcp"
]
}
}
}
Run in terminal:
claude mcp add arduino-mcp npx -y BufrAI/arduino-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"arduino-mcp": {
"command": "npx",
"args": [
"-y",
"BufrAI/arduino-mcp"
]
}
}
}