ldraw-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. 116 installs a week from pypi. Last commit 18 Sep 2026.
Render LDraw/LEGO models to images with real part geometry via headless Blender + ImportLDraw
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
proc = subprocess.run(
for version_dir in sorted(base.iterdir()):
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add ldraw-mcp -- uvx ldraw-mcp
{
"mcpServers": {
"ldraw-mcp": {
"args": [
"ldraw-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.ldraw-mcp]
command = "uvx"
args = ["ldraw-mcp"]
{
"mcpServers": {
"ldraw-mcp": {
"args": [
"ldraw-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"ldraw-mcp": {
"args": [
"ldraw-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
LDRAW_MCP_BLENDER (Path to the Blender binary (overrides PATH lookup).), LDRAW_LIBRARY_PATH (Path to the LDraw parts library (default ~/.ldraw).).
The author declared them in the registry entry; get the values from the project itself.
Headless MCP: author and render PromoShot .promo video projects (stills, GIFs, video).
Headless Ghidra MCP server with P-code emulation and multi-console ROM triage.
Headless Blender asset QA over MCP: background script runs and FBX reimport verification.
Crystallize headless commerce tools for AI agents via Model Context Protocol
Headless Screaming Frog SEO Spider via its CLI: run crawls, export and filter data, no GUI needed.
Agents author particlr .prt particle effects headlessly: validate, simulate, render to PNG, patch.
Headless browser primitives for AI agents when sites need real JS rendering.
Fetch, parse, screenshot and browse pages via MCP without a real browser -- no JS execution.
Answers built from our own checks of this server.