mcpbeat Sign in

ldraw-mcp MCP Server

local only

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

Installs per day peak 60 · avg 23 · -41% w/w
a month agotoday
116
Installs / week
pypi · ldraw-mcp
2
Stars
3 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

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(
Reads files and sends them to the network [пакет] src/ldraw_mcp/setup_cli.py:91, src/ldraw_mcp/setup_cli.py:117
        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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add ldraw-mcp -- uvx ldraw-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ldraw-mcp": {
      "args": [
        "ldraw-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ldraw-mcp]
command = "uvx"
args = ["ldraw-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ldraw-mcp": {
      "args": [
        "ldraw-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to ldraw-mcp

same job, measured the same way
Promoshot
by garalex

Headless MCP: author and render PromoShot .promo video projects (stills, GIFs, video).

local only
Ghidra Retro MCP
by getanirao

Headless Ghidra MCP server with P-code emulation and multi-console ROM triage.

58 installs/wk local only
ellmos Blender Use
by ellmos-ai

Headless Blender asset QA over MCP: background script runs and FBX reimport verification.

72 installs/wk local only
Crystallize MCP
by hayodev

Crystallize headless commerce tools for AI agents via Model Context Protocol

100 installs/wk local only
Screaming Frog SEO Spider MCP Server (headless)
by bzsasson

Headless Screaming Frog SEO Spider via its CLI: run crawls, export and filter data, no GUI needed.

886 installs/wk local only
I
Particlr MCP
by brac

Agents author particlr .prt particle effects headlessly: validate, simulate, render to PNG, patch.

34 installs/wk local only
C
Playwright MCP Server
by thenextgennexus

Headless browser primitives for AI agents when sites need real JS rendering.

17 tools answering
kite-lite
by mauricioperera

Fetch, parse, screenshot and browse pages via MCP without a real browser -- no JS execution.

local only

ldraw-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for ldraw-mcp?
ldraw-mcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ldraw-mcp was installed 116 times last week.
How do I connect ldraw-mcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ldraw-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use ldraw-mcp?
The pypi package ldraw-mcp was installed 116 times in the last week. Week over week that is -41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ldraw-mcp open source?
Yes — it is published under the MIT licence, written in Python, 2 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.