launch_revit
Launch Revit on your machine and optionally open a project file. Automatically detects installed versions and waits until ready for MCP tools.
Instructions
Launch Revit on this machine, optionally opening a file.
Finds installed Revit versions automatically. After launching, polls the pyRevit Routes health endpoint until Revit is ready for MCP tools.
For workshared (central model) files, Revit will show its native worksharing dialog on open. Use the open_document tool after launch for more control over worksharing options like detach from central.
Args: file_path: Path to a .rvt, .rfa, or .rte file to open. Optional. version: Revit version year (e.g. "2025"). Uses latest if omitted. language: Language code (e.g. "ENU", "FRA"). Optional. timeout: Seconds to wait for Revit readiness (default 120).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | ||
| version | No | ||
| language | No | ||
| timeout | No |