关于
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.
主要功能
- 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
使用案例
- Automating repetitive tasks within Revit
- Interacting with Revit models programmatically
- Integrating Revit with other applications via MCP