Add Revit MCP server to Official Integrations list#2021
Closed
NonicaTeam wants to merge 6 commits intomodelcontextprotocol:mainfrom
NonicaTeam:main
Closed
Add Revit MCP server to Official Integrations list#2021NonicaTeam wants to merge 6 commits intomodelcontextprotocol:mainfrom NonicaTeam:main
NonicaTeam wants to merge 6 commits intomodelcontextprotocol:mainfrom
NonicaTeam:main
Conversation
Author
|
Any update? |
Author
|
Any issue? Could this be added in the next merge? |
olaservo
approved these changes
Jun 15, 2025
Member
olaservo
left a comment
There was a problem hiding this comment.
Thanks for the submission, will include this in the next batch of updates. 👍
Member
|
Thanks for your contribution to the servers list. This has been merged in this combined PR: #2144 This is a new process we're trying out, so if you see any issues feel free to re-open the PR and tag me. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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