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
{
"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