Guide

AI for Revit: Automate BIM Work with Claude

"AI for Revit" used to mean a rendering plug-in or a smart auto-tag button. Today it means something much bigger: you can drive Autodesk Revit with an AI assistant in plain English — query the model, edit parameters in bulk, build geometry and generate documentation — without writing a line of Dynamo or C#. This guide explains what that actually looks like, with real prompts you can run.

What "AI for Revit" means today

The practical version of AI for Revit in 2026 is the combination of a capable language model (Claude) and a protocol that lets it operate real software: the Model Context Protocol (MCP). MCP is an open standard for exposing an application's capabilities to an AI assistant as callable "tools". A connector wraps Revit's API in MCP tools, and Claude decides which tools to call based on your instructions.

The upshot: instead of hunting through ribbons, filters and schedules, you tell Claude what you want and it carries out the steps against your open Revit model. It is not a chatbot that gives you advice about Revit — it actually reads and changes the model.

What you can genuinely automate

HuskyBIM for Revit exposes 488 tools spanning elements, parameters, geometry, views, sheets, schedules and export. Here are real prompts that map onto those tools:

Find every door without a fire rating and set its Fire Rating parameter to 60 minutes.
Renumber the rooms on Level 2 sequentially, following the corridor from east to west.
Export a door schedule with mark, level, width, height and fire rating to a CSV file.
List every wall type in the model and how many instances of each are placed.
Create levels at 0, 3.5, 7.0 and 10.5 metres named Ground, Level 1, Level 2 and Level 3.
Place a grid of columns 6 m on centre inside the building footprint on Level 1.
Find all rooms with no room name and flag them so I can review them.
Create a section through grid line C and place it on a new sheet.
Set the Comments parameter to "Reviewed 2026-07" on every element I currently have selected.
Export the model to IFC 2x3 with the base quantities included.

These fall into a few repeatable patterns: model QA (find things that violate a rule), bulk parameter edits (set a value across many elements at once), model setup (levels, grids, rooms, MEP), documentation (views, sheets and schedules), and hand-off (IFC/DWG/PDF export). The tedious, repetitive tasks are exactly the ones AI handles well.

How it works

The flow is deliberately simple:

The connector and add-in run on your own Windows machine and talk to Revit over a local connection — nothing is uploaded to a HuskyBIM server to make Revit move. Claude Desktop does send the text of your request and the data the tools return to Anthropic's models, the same as any Claude chat, so treat model data the way you would treat any AI conversation.

Warning-dialog interception is built in. When a Revit operation would pop a warning dialog, HuskyBIM catches it automatically so a batch of edits doesn't stall waiting for a click — useful when Claude is working through hundreds of elements.

Honest limits

AI for Revit is powerful, but it is a tool, not magic. Keep these in mind:

How HuskyBIM does it

HuskyBIM for Revit is a native Revit add-in plus a Claude Desktop connector. It reads and writes — not just a read-only query layer — so it can genuinely change your model, not just report on it. Separate builds cover Revit 2024, 2025, 2026 and 2027, so you install the one matching your version. It is free: create an account, download the installer for your Revit version, and enter your email when prompted.

Try AI for Revit — free

Create a free HuskyBIM account, install the connector for your Revit version, and start giving Claude instructions in plain language.

Frequently asked questions

Do I need to know programming or the Revit API to use AI for Revit?

No. You describe what you want in plain language and Claude calls the right tools for you. There is no Dynamo graph, no C# add-in and no macro to write. Being able to read the model output helps you check the result, but you never write code.

Does HuskyBIM only read the model, or can it make changes?

It does both. It can query and filter elements and read parameters, and it can also write parameters in bulk, create geometry such as walls, doors, rooms, grids and levels, build views, sheets and schedules, and export to formats like IFC. Every change happens through the Revit API on your open document.

Which versions of Revit are supported?

HuskyBIM ships separate builds for Revit 2024, 2025, 2026 and 2027. Install the one that matches the Revit version you run. All of them are free.

Is my model data safe? Where does it run?

The connector runs on your own Windows machine and talks to Revit over a local connection. To answer your prompts, Claude Desktop sends the relevant text of your request and the data the tools return to Anthropic's Claude models, the same as any other Claude conversation. Review AI output before committing important changes.