Skip to main content
Glama
490,640 tools. Updated 2026-08-30 08:31

"revit" matching MCP tools:

Matching MCP Servers

  • A
    license
    A
    quality
    F
    maintenance
    Enables AI to interact with Revit via MCP, allowing data retrieval and element creation, modification, and deletion.
    13
    40
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to interact with Autodesk Revit to query project data, manage elements, and execute generated code via the Model Context Protocol. It provides full compatibility with GitHub Copilot and Claude to automate BIM modeling workflows.
    13
    40
    MIT

Matching MCP Connectors

  • Revit model query + APS Design Automation runner.

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

  • 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
  • List loadable family types in the current Revit model, with optional substring filter. Returns exact family, type, category, and activation status for placement.
    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
  • Delete Revit model elements by ID. Use dry_run to preview deletions before applying. Cascades removals and reports failures for protected elements.
    MIT
  • 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