Bridges Claude or Copilot directly into Autodesk Revit's API through a localhost HTTP server running as a Revit add-in. You get 100+ tools covering everything from walls and floors to MEP systems, sheets, schedules, and exports. The architecture is worth noting: Python MCP server talks HTTP to a C# add-in that queues commands through Revit's ExternalEvent system for thread safety. Supports Revit 2024 through 2026. Reach for this when you want natural language control over model creation, parameter editing, documentation, or batch operations without writing pyRevit scripts. The reflection API also gives you escape hatches to any Revit method not wrapped by default.
claude mcp add --transport stdio sam-aec-autodesk-revit-mcp-server uvx autodesk-revit-mcp-server