Revit MCP
JSON →Interact with Autodesk Revit using the MCP protocol. This server provides AI tools and requires the corresponding Revit plugin to function.
Tools · 15
- get_current_view_info Get current view info
- get_current_view_elements Get current view elements
- get_available_family_types Get available family types in current project
- get_selected_elements Get selected elements
- create_point_based_element Create point based element (door, window, furniture)
- create_line_based_element Create line based element (wall, beam, pipe)
- create_surface_based_element Create surface based element (floor, ceiling)
- delete_elements Delete elements
- reset_model Reset model (delete process model when executing continuous dialog)
- modify_element Modify element's properties (instance parameters)
- search_modules Search for available modules
- use_module Use module
- send_code_to_revit Send code to Revit to execute
- color_splash Color elements based on a parameter value
- tag_walls Tag all walls in view
Links
★ 2 GitHub stars