kenchiku-mcp
Click on "Install 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: Vastu Compliance MCP Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceMCP server for Autodesk Revit (BIM) with 705+ API endpoints. Enables AI agents to create walls, place doors/windows, generate sheets, manage views, and produce construction documents via the Model Context Protocol. Uses named pipes for zero-crash Revit integration.Last updated22MIT
- Flicense-qualityCmaintenanceAn MCP server for checking architectural designs against Vastu principles, integrating with Autodesk tools to provide deterministic compliance scoring and explainable recommendations.Last updated
- Flicense-qualityDmaintenanceA Flask-based MCP server that connects to AutoCAD and executes AutoLISP code to enable architectural floor plan creation and management through a REST API.Last updated
- Flicense-qualityCmaintenanceAn MCP server that bridges Claude with AutoCAD, enabling to generate architectural floor plans, draw geometry, and export DXF files just by describing what you need in natural language.Last updated
Related MCP Connectors
MCP CAD services; bundles with SmartScale (measure to CAD).
Unified AEC tools: ACC, Revit, Navisworks, Twinmotion, and APS from one endpoint.
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sora-bluesky/kenchiku-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server