Skip to content
Cline

RvtMcp for Cline

io.github.bimwright/rvt-mcp

MCP gateway for Autodesk Revit 2022-2027 - toolset gating + Transaction-safe batch execution.

client:Cline transport:stdio runtime:nuget

Install RvtMcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "rvt-mcp": {
      "command": "dnx",
      "args": [
        "RvtMcp.Server",
        "--yes"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

RvtMcp in other clients