RevitMCPBridge
MCP server for Autodesk Revit (BIM) with 705+ API endpoints. Enables AI agents to create walls, place doors/windows, generate sheets, manage views, and produce construction documents via the Model Context Protocol. Uses named pipes for zero-crash Rev
What is RevitMCPBridge?
RevitMCPBridge is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for autodesk revit (bim) with 705+ api endpoints. enables ai agents to create walls, place doors/windows, generate sheets, manage views, and produce construction documents via the model con...
MCP server for Autodesk Revit (BIM) with 705+ API endpoints. Enables AI agents to create walls, place doors/windows, generate sheets, manage views, and produce construction documents via the Model Context Protocol. Uses named pipes for zero-crash Rev
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- MCP server for Autodesk Revit (BIM) with 705+ API endpoints.
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx revitmcpbridge2026Configuration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use RevitMCPBridge
RevitMCPBridge2026 is a C# Revit add-in that exposes over 705 Autodesk Revit API endpoints through the Model Context Protocol, enabling AI agents to directly create and modify BIM models in Revit 2026. It communicates over named pipes for a zero-crash, stable connection between the MCP server and the running Revit process. Architects, BIM managers, and AEC developers can use it to automate wall placement, door and window insertion, sheet generation, view management, and full construction document production through natural language.
Prerequisites
- Autodesk Revit 2026 installed on Windows
- Visual Studio 2022 or MSBuild for compiling the C# add-in
- .NET Framework 4.8 (included with Revit 2026)
- An MCP client such as Claude Desktop configured on the same Windows machine
- Git or PowerShell for running the automated installer
Clone the repository
Download the RevitMCPBridge2026 source code to your Windows machine.
git clone https://github.com/WeberG619/RevitMCPBridge2026.git
cd RevitMCPBridge2026Run the automated installer
Execute the PowerShell installer script which compiles the project and deploys the DLL and addin manifest to the Revit 2026 addins directory.
.\scripts\deploy\Install-RevitMCPBridge.ps1Alternatively, build and deploy manually
If the automated script is not suitable, compile with MSBuild and copy the output files manually to the Revit addins folder.
msbuild RevitMCPBridge2026.csproj /p:Configuration=Release
copy bin\Release\RevitMCPBridge2026.dll "%APPDATA%\Autodesk\Revit\Addins\2026\"
copy RevitMCPBridge2026.addin "%APPDATA%\Autodesk\Revit\Addins\2026\"
copy appsettings.json "%APPDATA%\Autodesk\Revit\Addins\2026\"Launch Revit 2026 and open a project
Start Revit 2026. The add-in loads automatically and begins listening on the named pipe. Confirm it is active by checking the Add-Ins ribbon tab.
Configure your MCP client
Add the MCP bridge to your Claude Desktop configuration. The bridge acts as a named pipe client that routes tool calls from the MCP client to Revit.
RevitMCPBridge Examples
Client configuration
Example claude_desktop_config.json entry for RevitMCPBridge2026. The bridge executable is deployed alongside the add-in.
{
"mcpServers": {
"revitmcpbridge": {
"command": "RevitMCPBridge2026.exe",
"args": [],
"env": {}
}
}
}Prompts to try
Prompts that drive Revit BIM operations through the 705+ exposed API endpoints.
- "Create a 20-foot exterior wall using 'Generic - 8 inch' type on Level 1"
- "Place a standard door in the wall I just created"
- "Generate a floor plan sheet for Level 1 and add it to the sheet set"
- "List all wall types available in the current Revit project"
- "Check if the Revit connection is healthy and how many API methods are available"Troubleshooting RevitMCPBridge
Add-in does not appear in Revit after installation
Verify the DLL and .addin files are in %APPDATA%\Autodesk\Revit\Addins\2026\. Also check that Revit's security settings allow loading unsigned add-ins (Settings > Options > Add-Ins).
Named pipe connection refused or timeout
Ensure Revit is running with a project open before connecting the MCP client. Increase Pipe.TimeoutMs in appsettings.json if you have a slow machine.
MSBuild fails to find Revit API assemblies
Confirm Revit 2026 is installed and that the project references point to the correct path, typically C:\Program Files\Autodesk\Revit 2026\.
Frequently Asked Questions about RevitMCPBridge
What is RevitMCPBridge?
RevitMCPBridge is a Model Context Protocol (MCP) server that mcp server for autodesk revit (bim) with 705+ api endpoints. enables ai agents to create walls, place doors/windows, generate sheets, manage views, and produce construction documents via the model context protocol. uses named pipes for zero-crash rev It connects AI assistants to external tools and data sources through a standardized interface.
How do I install RevitMCPBridge?
Follow the installation instructions on the RevitMCPBridge GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with RevitMCPBridge?
RevitMCPBridge works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is RevitMCPBridge free to use?
Yes, RevitMCPBridge is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
RevitMCPBridge Alternatives — Similar Developer Tools Servers
Looking for alternatives to RevitMCPBridge? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up RevitMCPBridge in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use RevitMCPBridge?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.