A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/revit-mcp/revit-mcp-plugin/wiki/Driving-Revit-through-MCP below:

Driving Revit through MCP · revit-mcp/revit-mcp-plugin Wiki · GitHub

Driving Revit through MCP Step-by-Step Connection Guide 1. Environment Preparation

Install the following software or environments:

2. Building the MCP Server

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 Plugin

We now provide an official installation package for the Revit MCP Plugin (v1.0.0 and above), which simplifies the setup process.

Download and Install

  1. Download the installation package from the official releases page
  2. Close Revit if it's currently running
  3. Run the installer and follow the on-screen prompts
  4. The installer will automatically register the plugin with Revit

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.

  1. Start Revit
  2. The MCP plugin will be available in the "Add-Ins" tab
  3. Click on the "MCP service switch" to enable/disable the service

In your AI dialogue client, you can now enter commands to control Revit, for example: "Create a wall"

Adding Custom Functionality 1. Register commands in the MCP server

// 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