MCP server connecting AI assistants to Autodesk Revit through a local bridge.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
AEC Model Bridge is the open, secure runtime that puts Revit, Rhino, Navisworks, and Power BI behind one MCP call center β so an AI agent orchestrates them directly, instead of you manually dumping data between disconnected apps.
In progress
Coming soon
A single MCP client β Claude Desktop, VS Code, GitHub Copilot, or a custom agent β talks to one Python hub, and the hub routes each call to whichever app the task actually needs: draw geometry in Rhino, query parameters in Revit, resolve clashes in Navisworks, publish a dashboard to Power BI. The agent plans the workflow once; the bridge is what lets it reach every app without you being the one copying data between them.
The Python hub handles MCP communication and routes each request to the relevant desktop, headless, cloud, or compute provider:
ExternalEvent.The status below reflects the AEC Model Bridge system blueprint as of June 2026. In-progress integrations are implemented as routing infrastructure but require further registration or workflow integration.
Revit, Rhino/Grasshopper, IfcOpenShell, and Speckle are available integrations. The Revit C# add-in (Revit 2024-2027) executes commands on the main thread. Rhino connects to the Rhino Bridge Add-in over HTTP on port 3004. IfcOpenShell provides headless IFC parsing, and Speckle integrates model pushing via Specklepy V3.
Navisworks Manage is currently in progress; while the C# add-in routing infrastructure is in place, the provider is not yet registered in the shipped hub. Power BI is also in progress, with the provider and tool in place but not yet integrated into the active hub runtime.
This wave adds Excel workbook round trips and a Parquet/DuckDB data plane for cross-platform reporting.
| Revit version | Add-in target | Required build tools |
|---|---|---|
| 2024 | .NET Framework 4.8 | .NET 8 SDK and .NET Framework 4.8 developer pack |
| 2025 | .NET 8 for Windows | .NET 8 SDK |
| 2026 | .NET 8 for Windows | .NET 8 SDK |
| 2027 | .NET 10 for Windows | .NET 10 SDK |
You also need Windows 10 or 11, Python 3.11 or later, and a licensed Revit installation for the version you want to use.
Set the version to match your Revit installation:
The installer places version-specific binaries in:
The add-in manifest is installed per user in:
Use -AllUsers with install.ps1 to install the manifest under
C:\ProgramData\Autodesk\Revit\Addins\<year> instead.
To prepare binaries for every supported version in one pass:
Prebuilt packages are attached to GitHub releases when available. The source installation above is the canonical path for all supported Revit versions.
Use the Python executable from the virtual environment and choose a workspace that the server may access:
VS Code users can start from .vscode/mcp.json.
Clients that support MCP Bundles can install the .mcpb file from the
latest release.
The Revit add-in is still required because the MCP server communicates with the
running desktop application.
Restart Revit after installing the add-in, open a model, and run:
The response should report healthy and the active Revit version.
The typed MCP tools cover the common workflow surface and are the recommended default for agents.
For work outside the tool catalog, invoke_method, reflect_get, and
reflect_set can work with public .NET API members. execute_python runs
IronPython inside Revit with doc, uidoc, uiapp, and app available.
These advanced tools run with the same permissions as the Revit process. Keep the bridge on localhost and only use trusted MCP clients and prompts.
CI builds the Python server and add-in targets for Revit 2024 through 2027.
Maintained by A. Sam Mohammad. LinkedIn | Issues
Version 1.1.0 and later is available under your choice of GPL-3.0-or-later with the Revit Linking Exception, or a separate commercial license. The GPL option permits community use while allowing the add-in to operate through Autodesk Revit APIs. Commercial terms are available for proprietary distribution and negotiated requirements. Version 1.0.2 and earlier remains available under the MIT License.
AEC Model Bridge is an independent project and is not sponsored, endorsed, or provided by Autodesk. Autodesk and Revit are trademarks of the Autodesk group of companies. See TRADEMARKS.md.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/autodesk-revit-mcp-server)<a href="https://allmcps.com/mcp/autodesk-revit-mcp-server"><img src="https://allmcps.com/api/badge/autodesk-revit-mcp-server?style=directory" alt="Autodesk Revit MCP Server on AllMCPs" /></a>