Install the following software or environments:
Clone the repository
git clone https://github.com/revit-mcp/revit-mcp.git
Navigate to the project folder
Install dependencies
If you encounter a "Script execution is disabled" error, first enable script execution:
Open PowerShell and enter the following command:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
After pressing Enter, type 'Y' when prompted. Then return to the terminal and try reinstalling the dependencies.
Build the project
Enter the following command to build the project:
Upon successful completion, a new 'build' folder will be added to the current directory. Note this folder path, for example "C:\project\revit-mcp\build", as you will need it later.
Configure the dialog client
Claude
Click: Toolbar -> File -> Settings -> Developer -> Edit Config
Open the claude_desktop_config.json
file, and enter the following content:
{ "mcpServers": { "revit-mcp": { "command": "node", "args": ["<path to the built file>\\build\\index.js"] } } }
Example:
Save and restart the Claude client, then check the running status:
Cherry
// to be added
3. Installing the Revit MCP PluginWe now provide an official installation package for the Revit MCP Plugin (v1.0.0 and above), which simplifies the setup process.
Download and Install
No manual compilation or registration file creation is required when using the official installer.
Note: If you prefer to build from source or need a customized version, the source code is available in the GitHub repository.
In your AI dialogue client, you can now enter commands to control Revit, for example: "Create a wall"
// to be added
2. Add command implementation in the Revit plugin client// to be added
For questions or issues, please contact us or submit an issue through our GitHub repository.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4