RvtMcp for VS Code
io.github.bimwright/rvt-mcp
MCP gateway for Autodesk Revit 2022-2027 - toolset gating + Transaction-safe batch execution.
client:VS Code
transport:stdio
runtime:nuget
Install RvtMcp in VS Code
.vscode/mcp.json
{
"servers": {
"rvt-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"RvtMcp.Server",
"--yes"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs