openvino

GitHub

OpenVINOβ„’ is an open source toolkit for optimizing and deploying AI inference

RAW Config

Claude Desktop Configuration

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

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