
Bimwright
Let AI agents drive Autodesk Revit 2022–2027 through an MCP gateway with gated toolsets and transaction-safe batch commands for BIM workflows.
Overview
Bimwright rvt-mcp is a Build-phase MCP server that gates and batch-executes Revit 2022–2027 tools for agent-driven BIM workflows.
What is this MCP server?
- MCP gateway targeting Autodesk Revit versions 2022 through 2027
- Toolset gating so agents only invoke approved Revit command groups
- Transaction-safe batch execution to reduce partial model corruption risk
- NuGet package Bimwright.Rvt.Server with stdio MCP transport (v0.3.0)
- Documented support span Autodesk Revit 2022–2027
- Registry version 0.3.0 with NuGet identifier Bimwright.Rvt.Server
- stdio transport MCP gateway with toolset gating and transaction-safe batch execution
Community signal: 2 GitHub stars.
What problem does it solve?
Agents cannot safely orchestrate Revit changes without a transaction-aware MCP bridge and explicit toolset limits.
Who is it for?
Solo AEC developers or small studios automating Revit documentation, QA passes, or repetitive model updates via Claude Code-style agents.
Skip if: Builders outside Autodesk Revit, web-only SaaS teams, or anyone who needs cloud infra MCP rather than desktop BIM control.
What do I get? / Deliverables
Your agent can run approved, batched Revit operations through stdio MCP with gating and transaction safety instead of ad hoc scripting.
- Gated MCP tool surface for Revit operations
- Batch command execution with transaction safety semantics
- Agent-ready BIM automation path without custom COM wrappers per task
Recommended MCP Servers
Journey fit
Revit automation is a specialized build-time integration for AEC makers, not a general launch or growth tool. integrations catalogs MCP bridges into desktop CAD/BIM software where the agent needs governed, batched Revit API access.
How it compares
Revit desktop MCP gateway with gated batches, not a generic Git or cloud deploy MCP server.
Common Questions / FAQ
Who is Bimwright rvt-mcp for?
It is for Revit power users and small BIM teams who want MCP-connected agents to execute controlled model operations on Revit 2022–2027.
When should I use Bimwright rvt-mcp?
Use it while building agent automation for Revit—parameter sweeps, batch exports, or coordinated edits—where tool gating and transactions matter.
How do I add Bimwright rvt-mcp to my agent?
Install the Bimwright.Rvt.Server NuGet package, configure stdio MCP in your client against a running Revit session with the gateway enabled per upstream docs.