launch_revit
Launch Revit, specify version and language, wait until ready, and optionally open an .rvt, .rfa, or .rte file.
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 |
|---|---|---|---|
| timeout | No | ||
| version | No | ||
| language | No | ||
| file_path | No |