revit-mcp-commandset
revit-mcp-commandsetは、RevitとLLM(大規模言語モデル)を接続するためのコア実装を提供します。このプロジェクトは、Revit要素に対する基本的なCRUDコマンドを含み、AI駆動のBIM自動化を実現します。これにより、建築情報モデリングの効率が向上し、設計プロセスがスムーズになります。
GitHubスター
29
ユーザー評価
未評価
お気に入り
0
閲覧数
43
フォーク
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:
RevitMCPCommandSetat the end of the usual Revit addins directory like soC:\Users\[USERNAME]\AppData\Roaming\Autodesk\Revit\Addins\20XX\RevitMCPCommandSet\Add files:
- Copy
command.jsonfrom this repo to theRevitMCPCommandSetfolder - Create
20XXsubfolder - Place compiled output from this repo in the
20XXsubfolder
- Copy
In Revit: Go to Add-ins > Settings > Refresh > Save
Important Note
- Command names must be identical between
revit-mcpandrevit-mcp-commandsetrepositories, otherwise Claude cannot find them. - The
commandRegistry.jsonis created automatically, do not import it from the installer.