mcpbeat Sign in

Modulor MCP Server

local only

Modulor runs on your own machine — the client starts it, so there is no endpoint to ping. 154 installs a week from pypi. Last commit 12 Jun 2026.

Agent-native CAD: draw plans, model 3D, render checks, export DXF/SVG/STL/GLB/IFC, import DXF.

Installs per day peak 52 · avg 23 · -9% w/w
a month agotoday
154
Installs / week
pypi · modulor
1
Stars
0 open issues
12 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 18 min 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.

        return eval(code, env, {"x": x, "y": y, "z": z})  # noqa: S307
  box.innerHTML = text;

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

Alternatives to Modulor

same job, measured the same way
Apolo Cad
by mariorojasmz

Agent-native parametric 3D CAD: model machines, validate them and emit shop drawings

56 installs/wk local only
Immobilier
by synergieloc

Draw buildings as DXF, IFC and 3D, plus exact French rent and charges calculations.

54 tools answering
VoxelDraft – AI Voxel Modeling
by huruki-geo

Create, edit, render, save, and export voxel models with interactive 3D previews.

8 tools answering
OwlCAD
by owlcad

Parametric 3D CAD for AI agents: build print-ready parts, check them, export STL, 3MF or STEP.

answering
TechDraw AI
by meltflexdevs

Photo to technical drawing, CAD-ready DXF and DWG, 3D models and product renders.

41 installs/wk local only
build123d MCP
by pzfreo

AI-driven 3D CAD via build123d: execute, render, measure, and export geometry interactively.

1 766 installs/wk local only
Assurance
by i-ops-hq

Checks what an agent did NOT read. Coverage over a retrieval step or a folder. No model.

1 844 installs/wk local only
LEOR AI展台设计 Agent
by yongs-ai

AI booth design, floor-plan redraw, graphic design, model rendering, and LEOR project storage.

answering

Modulor — questions

Answers built from our own checks of this server.

Why is there no uptime for Modulor?
Modulor 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 modulor was installed 154 times last week.
How do I connect Modulor?
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 modulor straight from pypi; nothing to host, nothing to sign up for.
How many people use Modulor?
The pypi package modulor was installed 154 times in the last week. Week over week that is -9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Modulor open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.