Revit
CreatedZedMoster
Enables interaction with Revit models through the Model Context Protocol (MCP) for automation purposes.
About
Revit MCP is a Python package designed to facilitate seamless integration with Revit using the Model Context Protocol (MCP). By establishing a connection to the Revit addon socket server, this package allows users to send commands, create objects within Revit, and receive responses, ultimately streamlining automation workflows and enhancing interaction with Revit models. It also manages the lifecycle of server startup and shutdown.
Key Features
- Connect to Revit addon socket server
- Send commands to create objects in Revit
- Handle responses and errors from Revit
- Manage server startup and shutdown lifecycle
- 6 GitHub stars
Use Cases
- Automating repetitive tasks within Revit
- Interacting with Revit models programmatically
- Integrating Revit with other applications via MCP