kenchiku-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kenchiku-mcpinsert a window block at coordinates 50,100 with scaling 2.5x1.0"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
kenchiku-mcp
Architectural CAD MCP server for ZWCAD with non-uniform block scaling.
Attribution
Based on multiCAD-mcp v0.2.0 by AnCode666, SVF-GFA, and JardiMargalefAgusti (Apache License 2.0). See NOTICE for modification details.
Related MCP server: AutoCAD MCP Server - Codex Edition
Differences from multiCAD-mcp
Feature | multiCAD-mcp | kenchiku-mcp |
Block scaling | Uniform only ( | Uniform + non-uniform ( |
Focus | General multi-CAD | Architectural workflows (ZWCAD) |
stdout safety | StreamHandler(stdout) | StreamHandler(stderr) |
Logging | multicad_mcp.log | kenchiku_mcp.log |
Non-uniform scaling
insert|WindowSash|100,0|4.213x1.0|0|windowscale_x x scale_y — width 4.213x, depth 1.0x.
Uniform scaling: insert|Door|10,20|1.5|90|walls
Installation
git clone https://github.com/Sora-bluesky/kenchiku-mcp.git
cd kenchiku-mcp
python -m venv .venv
.venv\Scripts\activate
pip install -e .Claude Code configuration
{
"command": "<project-path>/.venv/Scripts/python.exe",
"args": ["src/server.py"],
"cwd": "<project-path>",
"env": {
"DOTENV_CONFIG_QUIET": "true",
"PYTHONIOENCODING": "utf-8"
}
}Replace <project-path> with the absolute path to your cloned kenchiku-mcp directory.
Permission: mcp__kenchiku__*
License
Apache License 2.0 — includes code from multiCAD-mcp.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP CAD services; bundles with SmartScale (measure to CAD).
Draw buildings as DXF, IFC and 3D, plus exact French rent and charges calculations.
Floor plans in real mm: doors, windows, fixtures; validate, render, elevations, sections, storeys.
MCP server enabling AI agents to manage Bitrix24 features via standardized protocol
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server for checking architectural designs against Vastu principles, integrating with Autodesk tools to provide deterministic compliance scoring and explainable recommendations.-
- AlicenseAqualityAmaintenanceMCP server for full AutoCAD automation, AutoCAD LT automation, and headless DXF generation. It provides 8 consolidated tools for drawing, entity, layer, block, annotation, P&ID, view, and system operations via MCP stdio transport.1220MIT
- AlicenseBqualityAmaintenanceMCP server that lets AI draw in AutoLISP-capable CAD (reference BricsCAD on Linux) via a file bridge, enabling 2D drafting, 3D solid modeling, and verification with 100 tools.1282Apache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP server for AI-driven CAD operations, enabling parametric modeling, build, inspection, measurement, rendering, and diff comparison with STEP, DXF, and GLB export.MIT