arduino-otto-mcp

evgenijovchintsev/arduino-otto-mcp
★ 0 stars Python DevOps Updated 7d ago
Simple MCP server to communicate with OTTO robot over Bluetooth
View on GitHub → Try with Claude — $10 free →

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-otto-mcp": {
      "command": "uvx",
      "args": [
        "arduino-otto-mcp"
      ]
    }
  }
}

Or install with pip: pip install arduino-otto-mcp

README Excerpt

FastAPI сервер для управления роботом OTTO через Bluetooth (модуль HM-10). - Python 3.12+ - Bluetooth-адаптер на хосте с запущенным BlueZ (`bluetoothd`) - OTTO с прошивкой из [bluetooth_sketch.ino](bluetooth_sketch.ino) > **macOS:** запускайте сервер напрямую, без Docker — контейнеры на macOS не имеют доступа к Bluetooth-адаптеру хоста.

Tools (3)

get_statuslist_commandssend_command