Revit MCP Server

by ideook
MIT License

open_document

Open a specified Revit project file using the MCP protocol to enable AI-assisted interactions for creating, modifying, or deleting elements within the file.

Instructions

Open Document

Input Schema

NameRequiredDescriptionDefault
filePathNoFile Path

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "File Path", "type": "string" } }, "type": "object" }
ID: 69azq1d9rx