Skip to content
Cursor

ldraw-mcp for Cursor

io.github.musharna/ldraw-mcp

Render LDraw/LEGO models to images with real part geometry via headless Blender + ImportLDraw

client:Cursor transport:stdio runtime:pypi

Install ldraw-mcp 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": {
    "ldraw-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ldraw-mcp"
      ],
      "env": {
        "LDRAW_MCP_BLENDER": "<LDRAW_MCP_BLENDER>",
        "LDRAW_LIBRARY_PATH": "<LDRAW_LIBRARY_PATH>"
      }
    }
  }
}

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

ldraw-mcp in other clients