MLX-VLM is a package for inference and fine-tuning of Vision Language Models (VLMs) on your Mac using MLX.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mlx-vlm": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mlx-vlm"
]
}
}
}