Skip to main content
Glama
522,763 tools. Updated 2026-09-06 13:08

"Autodesk Revit" matching MCP tools:

  • Execute custom C# code in Autodesk Revit to automate BIM workflows, modify project elements, and extend functionality through direct API access.
    -
  • Execute C# code within Autodesk Revit to automate tasks, modify elements, and interact with project data through the Revit MCP server.
    MIT
  • Execute C# code directly in Autodesk Revit to automate BIM modeling workflows. Send custom scripts to interact with Revit documents and parameters through the Model Context Protocol.
    MIT
  • Perform actions on Revit elements including selection, visibility control, color changes, transparency adjustments, and deletion to manage and modify building components in Autodesk Revit projects.
    MIT
  • Identify the current Revit selection to understand which elements the user refers to. Returns element IDs, names, categories, types, levels, and category counts for the whole selection.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    A Python package that enables integration with Autodesk Revit through the Model Context Protocol, allowing users to send commands to Revit and automate interactions with building models.
    27
    39
    MIT

Matching MCP Connectors

  • Revit model query + APS Design Automation runner.

  • Revit model integration via APS — elements, parameters, schedules, clashes, IFC export.

  • Tags all elements of a specified category in the active Revit view, with optional limits, skipping already tagged items, and leader lines. Returns count and reasons for any skipped elements.
    MIT
  • Search Revit model elements by category, level, and parameter value, and retrieve specified properties in a single call.
    MIT
  • List all parameters for a specified Revit category, including their types and sample values, to identify valid parameter names for color_splash and modify_elements.
    MIT
  • Highlights and centers specified elements in Revit views for batch visualization, supporting both integer and string element IDs.
    MIT
  • Connect to or launch Autodesk Robot Structural Analysis Professional, attaching to
    MIT
  • Log out by discarding the stored session token before switching Autodesk accounts; sign in again to start a new session.
    MIT
  • Synchronize the active workshared Revit model with the central model, including optional compacting and relinquishing of borrowed elements.
    MIT
  • Batch update multiple Revit element parameters in a single transaction, reducing round trips and consolidating undo history.
    MIT
  • Authenticate with an Autodesk account via OAuth login, opening the browser and returning the authorization URL. Use wait_only=true to keep polling until the user completes sign-in.
    MIT
  • Hide everything in the active Revit view except the given element IDs. Keep only specified elements visible to focus on relevant parts of the model.
    MIT