revit-mcp-commandset
revit-mcp-commandsetは、RevitとLLM(大規模言語モデル)を接続するためのコア実装を提供します。このプロジェクトは、Revit要素に対する基本的なCRUDコマンドを含み、AI駆動のBIM自動化を実現します。これにより、建築情報モデリングの効率が向上し、設計プロセスがスムーズになります。
GitHubスター
29
ユーザー評価
未評価
お気に入り
0
閲覧数
20
フォーク
28
イシュー
2
README
revit-mcp-commandset
🔄 Revit-MCP Client | Core implementation of the Revit-MCP protocol that connects LLMs with Revit. Includes essential CRUD commands for Revit elements enabling AI-driven BIM automation.
Custom Commands Setup
Installation
Create folder:
RevitMCPCommandSet
at the end of the usual Revit addins directory like soC:\Users\[USERNAME]\AppData\Roaming\Autodesk\Revit\Addins\20XX\RevitMCPCommandSet\
Add files:
- Copy
command.json
from this repo to theRevitMCPCommandSet
folder - Create
20XX
subfolder - Place compiled output from this repo in the
20XX
subfolder
- Copy
In Revit: Go to Add-ins > Settings > Refresh > Save
Important Note
- Command names must be identical between
revit-mcp
andrevit-mcp-commandset
repositories, otherwise Claude cannot find them. - The
commandRegistry.json
is created automatically, do not import it from the installer.