Skip to content
Cursor

SpatialPack — 3D asset readiness for Cursor

dev.spatialpack/mcp

Test whether 3D assets survive Apple Quick Look and Safari <model>, then fix what fails

client:Cursor transport:stdio runtime:npm

Install SpatialPack — 3D asset readiness in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@spatialpack/mcp"
      ],
      "env": {
        "SPATIALPACK_MCP_SANDBOX": "<SPATIALPACK_MCP_SANDBOX>",
        "SPATIALPACK_MCP_LOG": "<SPATIALPACK_MCP_LOG>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SpatialPack — 3D asset readiness in other clients