-
Notifications
You must be signed in to change notification settings - Fork 63
Home
李锶厅(lisiting01) edited this page Apr 22, 2025
·
6 revisions
Welcome to the Revit-MCP project Wiki!
Revit-MCP is a framework that implements the MCP protocol based on Autodesk Revit software. It allows AI conversation clients compatible with the MCP protocol to drive Revit. Through this framework, you can use natural language to interact with AI to control Revit for modeling and other operations.
The project consists of three main parts:
- revit-mcp: Connects with AI conversation clients. Responsible for providing executable functions to the AI conversation client and communicating with Revit.
- revit-mcp-plugin: This is a Revit plugin used to receive AI commands, load command sets, and execute specific functions.
- revit-mcp-commandset: Command sets are actual executable commands wrapped based on Revit external events. Developers can add functionality to the command set or customize their own work sets.
- Driving Revit through MCP - Detailed installation and usage instructions
- Custom Command Development - How to develop custom commands (to be added)
- Frequently Asked Questions - Common questions and solutions (to be added)
You can contact us through:
- GitHub: revit-mcp Organization
- Discord: Discord
- QQ Group: QQ Group
We look forward to building the project together with you!
- Custom Command Development (to be added)
- Frequently Asked Questions (to be added)
- Issue Reporting