Skip to main content
Glama

kenchiku-mcp

English | 日本語

非均等ブロック尺度変更に対応した、ZWCAD向け建築CAD MCPサーバー。

帰属表示

AnCode666、SVF-GFA、およびJardiMargalefAgustiによるmultiCAD-mcp v0.2.0 (Apache License 2.0) に基づいています。 変更点の詳細についてはNOTICEを参照してください。

Related MCP server: AutoCAD MCP Server

multiCAD-mcpとの違い

機能

multiCAD-mcp

kenchiku-mcp

ブロック尺度変更

均等のみ (1.5)

均等 + 非均等 (2.0x1.0)

フォーカス

汎用マルチCAD

建築ワークフロー (ZWCAD)

stdoutの安全性

StreamHandler(stdout)

StreamHandler(stderr)

ログ出力

multicad_mcp.log

kenchiku_mcp.log

非均等尺度変更

insert|WindowSash|100,0|4.213x1.0|0|window

scale_x x scale_y — 幅 4.213倍、奥行き 1.0倍。 均等尺度変更: 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 .

Claude Codeの設定

{
  "command": "<project-path>/.venv/Scripts/python.exe",
  "args": ["src/server.py"],
  "cwd": "<project-path>",
  "env": {
    "DOTENV_CONFIG_QUIET": "true",
    "PYTHONIOENCODING": "utf-8"
  }
}

<project-path>を、クローンしたkenchiku-mcpディレクトリの絶対パスに置き換えてください。

権限: mcp__kenchiku__*

ライセンス

Apache License 2.0multiCAD-mcpのコードを含みます。

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    C
    maintenance
    An 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.
  • A
    license
    A
    quality
    A
    maintenance
    MCP 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.
    6
    12
    5
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP CAD services; bundles with SmartScale (measure to CAD).

  • DXF and PDF/X-4 for AI agents: structured facts, PNG renders, an interactive in-chat viewer.

  • Unified AEC tools: ACC, Revit, Navisworks, Twinmotion, and APS from one endpoint.

View all MCP Connectors

Latest Blog Posts

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