mlx-vlm (MCP Server)

GitHub

MLX-VLM is a package for inference and fine-tuning of Vision Language Models (VLMs) on your Mac using MLX.

Claude Desktop Configuration

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

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