Revit-MCP is a Node.js server implementation that enables AI assistants to interact with Autodesk Revit models through the Model Context Protocol. It provides tools for creating, deleting, and modifying Revit objects, with specific functionality for wall creation and object deletion. The server uses a stdio transport layer for communication and implements a tool registration system that allows for extensible Revit model manipulation capabilities, making it particularly valuable for architectural design workflows and BIM (Building Information Modeling) processes.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Get current active view info.
Get elements from the current active view.
Get available family types in current project.
Get currently selected elements.
Calculate material quantities and takeoffs.
Intelligent element querying tool for AI assistants.
Analyze model complexity with element counts.
Create point-based elements (door, window, furniture).
Create line-based elements (wall, beam, pipe).
Create surface-based elements (floor, ceiling, roof).
Create a grid system with smart spacing generation.
Create levels at specified elevations.
Create and place rooms at specified locations.
Create a structural beam framing system.
Delete elements by ID.
Operate on elements (select, setColor, hide, etc.).
Color elements based on a parameter value.
Tag all walls in the current view.
Tag all rooms in the current view.
Export all room data from the project.
Store project metadata in local database.
Store room metadata in local database.
Query stored project and room data.
Send C# code to Revit to execute.
Display a greeting dialog in Revit (connection test).