OpenVINOβ’ is an open source toolkit for optimizing and deploying AI inference
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"openvino": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-openvino"
]
}
}
}