OpenLogi (MCP Server)

GitHub

โšก๏ธA native, local-first alternative to Logitech Options+, written in Rust ๐Ÿฆ€ โ€” remap buttons, DPI, and SmartShift over HID++. No account, no telemetry.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "OpenLogi": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-OpenLogi"
      ]
    }
  }
}