Add Revit MCP server to Official Integrations list #2021
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Revit MCP server to the Official Integrations list
Description
This PRO adds the Revit MCP server to the Official Integrations list in file README. Revit MCP provides access for LLM clients to interact with Revit models live with a set of 36 specialized tools.
Server Details
Motivation and Context
Revit is one of the most popular software solutions in the building enviroment with an estimated of more than 20 million users worldwide. This MCP server allows to connect and interact with:
-Element and type properties. Helpful to find inconsistent or lacking data in the model (for instance if the material of a wall is missing the model).
-Elements locations and geometric properties. Helpful to find clashes between geometry or make accurate representations and analysis.
-Set and extract selection. Helpful to find and present results to the user.
-Project information and metadata: Access project-wide settings, units, phases, and design options. Helpful for project coordination and ensuring consistent standards across the model.
-Graphic overrides and view-specific settings: Analyze painted elements, view filters, and visual overrides per view. Helpful to understand presentation intent and maintain graphic standards.
(among others)
This server fills the gap between LLMs and Revit, integrating, automating and bringing intelligence to Revit workflows.
How Has This Been Tested?
The server has been tested extensively, including:
-Claude Desktop integration and different models (from Haiku to Opus in Claude 4)
-36 specialized tools working with different Revit models/versions and scenarios.
-Unit tests presented a 100% pass rate.
-Beta release with more than 100 users involved.
Breaking Changes
No breaking changes - this is just an addition to Official Integrations list.
Types of changes
Checklist
Additional context
-Repository: https://github.com/NonicaTeam/AI-Connector-for-Revit
-Platform: Windows only (Revit requirement)
-Implementation: C# using official MCP SDK