ldraw-mcp
Rank #6,255io.github.musharna/ldraw-mcp
Render LDraw/LEGO models to images with real part geometry via headless Blender + ImportLDraw
ldraw-mcp is a Model Context Protocol (MCP) server published by musharna. It ranks #6,255 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. ldraw-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Jul 2, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 109,205 of 115,460 servers on MCP Toplist.
Use ldraw-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ldraw-mcp -e "LDRAW_MCP_BLENDER=<your LDRAW_MCP_BLENDER>" -e "LDRAW_LIBRARY_PATH=<your LDRAW_LIBRARY_PATH>" -- uvx ldraw-mcpReplace each placeholder with your own value before saving.
[mcp_servers.ldraw-mcp]
command = "uvx"
args = ["ldraw-mcp"]
[mcp_servers.ldraw-mcp.env]
LDRAW_MCP_BLENDER = "<your LDRAW_MCP_BLENDER>"
LDRAW_LIBRARY_PATH = "<your LDRAW_LIBRARY_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ldraw-mcp": {
"command": "uvx",
"args": [
"ldraw-mcp"
],
"env": {
"LDRAW_MCP_BLENDER": "<your LDRAW_MCP_BLENDER>",
"LDRAW_LIBRARY_PATH": "<your LDRAW_LIBRARY_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ldraw-mcp": {
"command": "uvx",
"args": [
"ldraw-mcp"
],
"env": {
"LDRAW_MCP_BLENDER": "<your LDRAW_MCP_BLENDER>",
"LDRAW_LIBRARY_PATH": "<your LDRAW_LIBRARY_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ldraw-mcp": {
"command": "uvx",
"args": [
"ldraw-mcp"
],
"env": {
"LDRAW_MCP_BLENDER": "<your LDRAW_MCP_BLENDER>",
"LDRAW_LIBRARY_PATH": "<your LDRAW_LIBRARY_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ldraw-mcp": {
"command": "uvx",
"args": [
"ldraw-mcp"
],
"env": {
"LDRAW_MCP_BLENDER": "<your LDRAW_MCP_BLENDER>",
"LDRAW_LIBRARY_PATH": "<your LDRAW_LIBRARY_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.musharna%2Fldraw-mcp)<a href="https://mcptoplist.com/server/io.github.musharna%2Fldraw-mcp"><img src="https://mcptoplist.com/badge/io.github.musharna%2Fldraw-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
musharna
Other servers by musharna
- jobd#4,337 · 10 vers
- plantcv-mcp#5,192 · 8 vers
- Plant Genomics#5,802 · 6 vers
- Data Aggregator#7,088 · 6 vers
- phylokit-mcp#9,481 · 2 vers
- breedsim-mcp#9,694 · 2 vers
Available versions (5)
| Version | Published |
|---|---|
| 0.2.3 | Aug 2, 2026 |
| 0.2.1 | Aug 1, 2026 |
| 0.2.0 | Jul 30, 2026 |
| 0.1.2 | Jul 28, 2026 |
| 0.1.1 | Jul 2, 2026 |
Frequently asked questions
- Who maintains ldraw-mcp?
- ldraw-mcp is maintained by musharna, which publishes 7 MCP servers (39 total versions) tracked on MCP Toplist.
- Is ldraw-mcp listed on the Official MCP Registry?
- Yes — ldraw-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does ldraw-mcp have?
- MCP Toplist tracks 5 versions of ldraw-mcp, most recently published on Aug 2, 2026.
- Where can I find the source code for ldraw-mcp?
- The source code for ldraw-mcp is hosted at github.com/musharna/ldraw-mcp.