# espressif/arduino-esp32 | Model Context Protocol (MCP) Server > Arduino core for the ESP32 family of SoCs - **Stars**: ⭐ 17,211 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "arduino-esp32": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-arduino-esp32" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "arduino-esp32": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-arduino-esp32" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-arduino-esp32` - **Docker**: `docker run -i --rm mcp/arduino-esp32`