BIM + data operations 8 min read

How do you use DynamoMCP in Autodesk Dynamo 4.2?

A beginner guide to downloading Dynamo 4.2 Sandbox, opening Autodesk Assistant, confirming the built-in DynamoMCP connection, testing it safely, and understanding the current Revit limits.

Author
Stefan Miller · Founder + CEO
Published and updated
Published August 28, 2026 · Updated August 28, 2026
Share:

Direct answer

Answer

In Dynamo Core 4.2, DynamoMCP is already built in and registers with Autodesk Assistant automatically, so there is no separate MCP server installation or configuration. Download the official Dynamo 4.2 Sandbox, sign in with Autodesk Identity, then open Assistant from the top-right button or Extensions → Show Autodesk Assistant. Start with a copied graph and an explanation-only prompt. As of 26 August 2026, Dynamo 4.2 was Sandbox-first; Autodesk said host integrations would follow later.

Audience + setup

Before you start

For
Architects, BIM coordinators, and architecture students who are new to Dynamo or AI-assisted visual programming · Dynamo users who want to understand the Autodesk Assistant and DynamoMCP features introduced in Dynamo Core 4.2
Software context
Dynamo Core 4.2.0 release information checked against DynamoBIM and the DynamoDS GitHub release on 27 August 2026. At the time of publication, Dynamo 4.2 was available to explore through Dynamo Sandbox; Autodesk stated that host integrations would follow later.
Prerequisites
A Windows computer that can run the official DynamoCoreRuntime package · An Autodesk Identity sign-in and an internet connection; Autodesk Assistant and DynamoMCP are unavailable in no-network mode · The official Dynamo Core 4.2 Sandbox release, not an older Dynamo installation · A shipped sample, blank graph, or copied .dyn file that can be changed safely · No coding experience is required for the first explanation-only test
Outcome
Open the built-in Autodesk Assistant in Dynamo 4.2, confirm that DynamoMCP is available without a separate installation, run a non-editing graph explanation, and understand what must be reviewed before allowing graph changes.

01

Do you need to install DynamoMCP separately in Dynamo 4.2?

No. Dynamo Core 4.2 ships Autodesk Assistant and DynamoMCP as built-in packages. DynamoMCP registers itself with Autodesk Assistant automatically, so the supported beginner workflow does not involve copying an MCP command, editing a configuration file, or installing a separate server from Package Manager.

Autodesk Assistant is the panel where you write the request. DynamoMCP is the connection that lets Assistant inspect and act on the open Dynamo graph. If the term MCP is new, read What is an MCP server for architects? first; the important point here is that Autodesk has already connected the two pieces inside Dynamo 4.2.

  • — Autodesk Assistant: the visible chat panel in Dynamo
  • — DynamoMCP: the built-in connection to Dynamo graph tools and references
  • — Dynamo graph: the open workspace that remains the source of truth
  • — User: the person who reviews the request, graph changes, warnings, and result
  • — No separate MCP configuration is required for Autodesk Assistant

02

Which Dynamo 4.2 download should an architect use right now?

Autodesk distinguishes Dynamo Core, Dynamo inside a host application, and Dynamo Sandbox. Core supplies the visual interface, compute engine, DesignScript, and general nodes. A host integration, such as Dynamo for Revit or Civil 3D, adds nodes that work with that host. Sandbox packages Core as a separate environment that does not require a host application.

The 26 August 2026 release announcement says Dynamo 4.2 can be explored through the official Dynamo Builds site or the DynamoDS GitHub 4.2.0 release as Dynamo Sandbox, with host integrations coming later. That means you should not assume that the Dynamo included with your current Revit installation is already 4.2.

  • — Open the official Dynamo 4.2.0 GitHub release or dynamobuilds.com
  • — Download the stable DynamoCoreRuntime archive rather than an unrelated daily build
  • — On Windows, unblock the archive before extraction or use the extraction method recommended on Dynamo Builds
  • — Extract it into a dedicated folder and start Dynamo Sandbox from the extracted files
  • — Keep your existing Revit and Dynamo installations unchanged
  • — Use a general Dynamo sample or blank graph because Revit-specific nodes are not available in Sandbox

03

How do you open Autodesk Assistant and confirm DynamoMCP is connected?

Open Dynamo 4.2 Sandbox and look near the top-right corner for the Autodesk Assistant button. The same panel can be opened from Extensions → Show Autodesk Assistant. Sign in with Autodesk Identity if prompted. When the panel opens beside the graph, the built-in DynamoMCP registration has already occurred; there is no second connector screen in the documented 4.2 workflow.

Use the presence of the Assistant panel and its ability to describe the open workspace as the practical connection check. Do not install a similarly named package or paste a generic MCP configuration from an unrelated tutorial. The official release guidance covers the automatic Autodesk Assistant connection, not a manual connection to an external AI client.

  • — Confirm that you downloaded the official 4.2.0 release
  • — Open a blank graph or shipped sample
  • — Select the Assistant button or Extensions → Show Autodesk Assistant
  • — Complete Autodesk Identity sign-in
  • — Confirm that the chat panel appears beside the graph
  • — Run the explanation-only test in the next section before requesting edits

04

What is the safest first DynamoMCP prompt?

Begin by asking Assistant to explain the graph without changing, running, or saving it. This verifies that it can see the intended workspace while giving a beginner a readable map of the inputs, operations, outputs, and warnings. Use a sample or copy so a mistaken instruction cannot affect project work.

Compare the explanation with the visible graph. Check several node names, the direction of the connectors, the stated inputs and outputs, and any warning bubbles. A confident answer is not evidence on its own; the workspace is the evidence.

  • — The correct graph is being described
  • — The node names match the canvas
  • — Inputs and outputs are not reversed
  • — Warnings are reported rather than hidden
  • — No nodes, values, connectors, notes, groups, or files changed
  • — Uncertainty is stated instead of guessed
First read-only DynamoMCP test
Explain the Dynamo graph that is currently open. Do not add, delete, move, connect, edit, run, or save anything. List: 1) the main inputs, 2) the operations in order, 3) the outputs, 4) visible warnings, and 5) anything you are uncertain about. Refer to the actual node names you can see, then wait for my approval.

05

How should you ask DynamoMCP to build or edit a graph?

After the explanation test passes, save a separate copy and request one small outcome. Autodesk recommends describing the goal, inputs, outputs, and desired explanation rather than dictating a vague series of clicks. Ask Assistant to show its plan first, make the bounded change, and explain what it added.

The example below uses a general geometry exercise that can be tested in Sandbox. It avoids Revit elements and external packages. Keep the first result simple enough that you can count the nodes, inspect values, run it deliberately, and undo or discard it.

  • — Name the intended design or BIM outcome
  • — Specify inputs, units, ranges, and defaults
  • — Define the expected output and a count or dimension you can verify
  • — Exclude external packages unless they are already approved
  • — Request a plan before graph changes
  • — Run and save only after inspecting the graph and warnings
Beginner graph-building prompt
In this copied Dynamo Sandbox graph, propose a graph that creates a rectangular grid of points. Use separate integer inputs for X count and Y count, plus a number input for spacing. Before editing, list the nodes you plan to use and the expected point count formula. Wait for approval. After approval, build the smallest clear graph, group and label the inputs, explain each node, and do not save over the source file.

06

What can DynamoMCP do, and can it edit Revit?

The Dynamo 4.2 release says DynamoMCP lets Assistant inspect the open workspace, add and connect nodes, set values, run the graph, read warnings, create groups and notes, apply group styles, tidy the layout, and save. It also provides shipped sample graphs, per-node help, and a DesignScript authoring guide as reference material.

Those capabilities do not remove the review boundary. Autodesk says Assistant will not open another graph over unsaved changes, will not run an untrusted graph, and rolls back a mismatched group operation. It also cannot install or uninstall external packages, browse the general hard drive, or directly alter a Revit document through Assistant for Dynamo.

Dynamo Sandbox also lacks Revit-specific nodes because it does not run inside Revit. In a supported Revit environment, users interact with Revit's own Autodesk Assistant rather than the standalone Dynamo panel. If your eventual goal is model-information QA, define fields, rules, exceptions, and evidence first. The related BIM Model QA Checklist can structure that brief, but it is not a Dynamo package and does not claim Dynamo 4.2 compatibility.

  • — Inspect and explain the current workspace
  • — Create and connect nodes
  • — Set input values and read warnings
  • — Organize graphs with groups, notes, styles, and layout changes
  • — Run or save only after human review of logic, data, geometry, Python, DesignScript, warnings, and trust controls
  • — Do not expect Sandbox or Assistant for Dynamo to modify Revit elements
  • — Wait for official host-version documentation before claiming Dynamo 4.2 support inside Revit

07

Why is Autodesk Assistant missing or grayed out in Dynamo?

First confirm the version and host. An older Dynamo build will not contain the two new built-in packages, and the initial 4.2 release was available through Sandbox before host integrations. Next, confirm Autodesk Identity sign-in and normal network mode. Autodesk says both Assistant and DynamoMCP are withheld entirely in no-network mode.

If the panel opens but cannot complete the request, reduce the task to the explanation-only prompt and inspect the graph's trust state and warnings. Do not solve a missing panel by installing an unverified package, allowing broad file access, or using configuration commands written for another MCP server.

  • — Wrong version: download the official stable 4.2.0 runtime
  • — Wrong host: the initial release is Sandbox-first and host behavior differs
  • — Signed out: complete Autodesk Identity sign-in
  • — No-network mode: Assistant and DynamoMCP are intentionally unavailable
  • — Untrusted graph: Assistant will not force a graph run
  • — External package request: Assistant can explain installation but cannot install or remove the package
  • — Next action: repeat the read-only test in a blank official sample before reporting a product issue

REVIEW BEFORE USE

Known limitations

  • The official Dynamo 4.2 user path documents DynamoMCP with Autodesk Assistant. It does not provide a supported Claude, Codex, Cursor, or other external-client configuration in the cited release guidance, so this article does not invent one.
  • Dynamo Sandbox contains Dynamo Core functionality but does not include Revit-specific or other host-specific nodes. A graph tested in Sandbox is not proof that a Dynamo for Revit workflow will work.
  • Autodesk Assistant for Dynamo cannot directly alter a Revit document, install or uninstall external Dynamo packages, or access the general hard drive at the time covered by the release notes.
  • AI-generated graphs, Python, DesignScript, values, and run results require review in the target Dynamo and host version before project use.
  • Autodesk Assistant and DynamoMCP are withheld in no-network mode and require Autodesk Identity sign-in; firm security and data-handling policies still apply.
  • The BIM Model QA Checklist linked from this guide is a workflow-planning product, not a Dynamo package or a claim of tested Dynamo 4.2 compatibility.

PRIMARY SOURCES

References used for this guide

These guides support Prompt evaluation and do not replace project-specific advice, code interpretation, consultant coordination, or qualified professional review.

Reviewed by archiPrompt Studio · Beginner AEC editorial + BIM automation review

Privacy choices

Choose what archiPrompt measures.

Necessary

Authentication, checkout, security, and remembering this choice.

Always on

Marketing tracking and session replay are not in use. You can change this choice at any time from the site footer.