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