loading…
Search for a command to run...
loading…
An MCP server for architectural CAD workflows in ZWCAD with non-uniform block scaling capabilities. It enables precise control over block dimensions for archite
An MCP server for architectural CAD workflows in ZWCAD with non-uniform block scaling capabilities. It enables precise control over block dimensions for architectural elements like windows and doors.
Architectural CAD MCP server for ZWCAD with non-uniform block scaling.
Based on multiCAD-mcp v0.2.0 by AnCode666, SVF-GFA, and JardiMargalefAgusti (Apache License 2.0). See NOTICE for modification details.
| Feature | multiCAD-mcp | kenchiku-mcp |
|---|---|---|
| Block scaling | Uniform only (1.5) |
Uniform + non-uniform (2.0x1.0) |
| Focus | General multi-CAD | Architectural workflows (ZWCAD) |
| stdout safety | StreamHandler(stdout) | StreamHandler(stderr) |
| Logging | multicad_mcp.log | kenchiku_mcp.log |
insert|WindowSash|100,0|4.213x1.0|0|window
scale_x x scale_y — width 4.213x, depth 1.0x.
Uniform scaling: insert|Door|10,20|1.5|90|walls
git clone https://github.com/Sora-bluesky/kenchiku-mcp.git
cd kenchiku-mcp
python -m venv .venv
.venv\Scripts\activate
pip install -e .
{
"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__*
Apache License 2.0 — includes code from multiCAD-mcp.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"kenchiku-mcp": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.