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
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. The autodesk revit mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 1 defined tool rather than through you.
Everything the assistant can do here goes through one of these:
Requirements — You also need Windows 10 or 11, Python 3.11 or later, and a licensed Revit installation for the version you want to useYou will need 4 environment variables: MCP_REVIT_MODE, MCP_REVIT_BRIDGE_URL, MCP_REVIT_WORKSPACE_DIR, MCP_REVIT_ALLOWED_DIRECTORIES. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
| 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
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Plenty of knowledge and memory servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Autodesk Revit's toolset — Requirements — is a fair guide to whether it matches your workflow. It is maintained by sam-aec; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Requirements | You also need Windows 10 or 11, Python 3.11 or later, and a licensed Revit installation for the version you want to use. |
| 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
| Variable | Description | Required |
|---|---|---|
| MCP_REVIT_MODE | Configuration value read at startup. | Optional |
| MCP_REVIT_BRIDGE_URL | Endpoint or connection string the server talks to. | Yes |
| MCP_REVIT_WORKSPACE_DIR | Filesystem location the server is allowed to use. | Optional |
| MCP_REVIT_ALLOWED_DIRECTORIES | Filesystem location the server is allowed to use. | Optional |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.