๐ 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.
-
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
- 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.