Skip to content
Cursor

ritn3d mcp for Cursor

io.github.printplan3d/ritn3d-mcp

Tools for floor plan validation, GLB checks, and 3D-print unit math — Ritn3D companion.

client:Cursor transport:stdio runtime:pypi

Install ritn3d mcp in Cursor

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

{
  "mcpServers": {
    "ritn3d-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ritn3d-mcp"
      ]
    }
  }
}

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

ritn3d mcp in other clients