RevitMCPBridge

v1.0.0Developer Toolsstable

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

aecaiarchitectureautodeskbim
Share:
18
Stars
0
Downloads
0
Weekly
0/5

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

Autodesk Revit BIM automation
705+ API endpoints for design and documentation
WeberG619

Maintainer

LicenseMIT License
Languagec#
Versionv1.0.0
UpdatedMay 8, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx revitmcpbridge2026

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

Clone the repository

Download the RevitMCPBridge2026 source code to your Windows machine.

git clone https://github.com/WeberG619/RevitMCPBridge2026.git
cd RevitMCPBridge2026
2

Run 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.ps1
3

Alternatively, 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\"
4

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.

5

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.

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.

Quick Config Preview

{ "mcpServers": { "revitmcpbridge2026": { "command": "npx", "args": ["-y", "revitmcpbridge2026"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides