3D Visualizer for Cursor
io.github.kleinicke/3d-visualizer
Inspect, compare and export point clouds, meshes and calibrated depth data with inline 3D previews.
client:Cursor
transport:stdio
runtime:pypi
Install 3D Visualizer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"3d-visualizer": {
"type": "stdio",
"command": "uvx",
"args": [
"3d-visualizer"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs