PluginBench
MCP Server
Active
MIT

ldraw-mcp MCP Server

io.github.musharna/ldraw-mcp

What is the ldraw-mcp MCP server?

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

How to install ldraw-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LDRAW_MCP_BLENDER

    Path to the Blender binary (overrides PATH lookup).

  • LDRAW_LIBRARY_PATH

    Path to the LDraw parts library (default ~/.ldraw).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ldraw-mcp": {
      "command": "uvx",
      "args": [
        "ldraw-mcp"
      ],
      "env": {
        "LDRAW_MCP_BLENDER": "<YOUR_LDRAW_MCP_BLENDER>",
        "LDRAW_LIBRARY_PATH": "<YOUR_LDRAW_LIBRARY_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ldraw-mcp": {
      "command": "uvx",
      "args": [
        "ldraw-mcp"
      ],
      "env": {
        "LDRAW_MCP_BLENDER": "<YOUR_LDRAW_MCP_BLENDER>",
        "LDRAW_LIBRARY_PATH": "<YOUR_LDRAW_LIBRARY_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ldraw-mcp": {
      "command": "uvx",
      "args": [
        "ldraw-mcp"
      ],
      "env": {
        "LDRAW_MCP_BLENDER": "<YOUR_LDRAW_MCP_BLENDER>",
        "LDRAW_LIBRARY_PATH": "<YOUR_LDRAW_LIBRARY_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ldraw-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ldraw-mcp"
      ],
      "env": {
        "LDRAW_MCP_BLENDER": "<YOUR_LDRAW_MCP_BLENDER>",
        "LDRAW_LIBRARY_PATH": "<YOUR_LDRAW_LIBRARY_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add ldraw-mcp --env LDRAW_MCP_BLENDER=<YOUR_LDRAW_MCP_BLENDER> --env LDRAW_LIBRARY_PATH=<YOUR_LDRAW_LIBRARY_PATH> -- uvx ldraw-mcp

Related MCP servers

jobd

Active

Self-hostable GPU-aware job broker: submit, route by VRAM, babysit jobs across machines via MCP.

4
Python
MIT
View repository →

Plant genomics MCP — 50 tools across 23 backends with cross-source synthesis.

3
Python
MIT
View repository →

Find & fetch research datasets across 17 archives, omics registries, and literature sources.

2
Python
MIT
View repository →

Breeding-scheme simulation via AlphaSimR. Needs R, AlphaSimR and libtirpc-dev on the host.

0
Python
GPL-3.0
View repository →

Phylogenetic inference via IQ-TREE 2 — never returns a topology without its support

0
Python
GPL-2.0
View repository →

Plant phenotyping via PlantCV — returns traits plus the segmentation overlay they came from

0
Python
MIT
View repository →