Open3D (MCP Server)

GitHub

Open3D: A Modern Library for 3D Data Processing

Claude Desktop Configuration

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

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