Open Source & Kostenlos

KI-Gesteuerte
Revit-Automatisierung

0 MCP Tools
0 Kategorien
0 Revit-Versionen
🧠
AI Client
Claude / Gemini / Cursor
MCP Protocol
BIM-Bot Server
TypeScript + .NET
TCP Socket
Autodesk Revit
2020 – 2027

Alles was Sie brauchen, um Revit zu automatisieren

Ein umfassendes Toolkit, das die Lücke zwischen KI und BIM schließt.

🧠

Integrierter KI-Chat

Chatten Sie mit Ihrem Revit-Modell in natürlicher Sprache. Unterstützt durch Gemini 2.5 und lokale Ollama-Modelle.

Gemini Ollama Context-Aware

187 MCP tools

Das umfassendste Set an MCP-Werkzeugen für Revit — lesen, erstellen, bearbeiten, exportieren und automatisieren Sie alles.

Read Create Edit Export
📊

Power BI 3D Export 🚧 Coming Soon

Exportieren Sie 3D-Geometrie direkt in Power BI für interaktive Dashboards.

3D Visualization Data Analytics
🔌

Integrations 🚧 Coming Soon

Verbinden Sie Revit mit Google Sheets, Excel, Notion, SQLite und Power BI für nahtlosen Datenfluss.

Google Sheets Excel Notion SQLite
🚀

Ein-Klick-Installation

In unter 60 Sekunden komplett eingerichtet. Automatische Revit-Erkennung, Config-Injektion und Serverstart.

Zero Friction Auto-Detect
🔄

Multi-Versions-Support

Unterstützt Revit 2020 bis 2027 mit automatischem .NET-Framework-Routing für jede Version.

.NET 8.0 .NET 4.8 2020–2027
💥

Clash Detection

Detect and resolve element clashes directly from the plugin UI — no external tools needed.

QA/QC Automation
📈

BIM Dashboard ✨ New

Generate live model health dashboards with charts, plus BEP / MIDP configuration and compliance checks.

Model Health BEP / MIDP Charts

187 Werkzeuge in 19 Kategorien

Klicken Sie auf eine Kategorie, um die vollständige Liste der Werkzeuge zu erkunden.

🔍19

Reading

Query views, elements, parameters, rooms, levels, sheets, families, and linked models.

🏗️15

Creating

Walls, floors, ceilings, roofs, levels, grids, rooms, views, sheets, annotations.

✏️12

Editing

Move, rotate, copy, delete, mirror, align, group, change types, batch modify.

📄8

Documentation

Sheets, viewports, exports, legends, revisions, printing.

8

QA / QC

Warnings, audits, compliance, naming conventions, purge unused.

🤖8

AI

Gemini chat, code generation, model analysis, OAuth authentication.

29

Power Tools

Auto-join, bulk transfers, renumbering, CAD cleanup, view templates.

📦16

Export

Excel, Notion, Google Sheets, SQLite, DWG, PDF, IFC.

🔌16

Extended

Stairs, railings, curtain walls, elevation/section views, family editing.

📁10

File Management

Save, close, sync, worksharing, family editing, central model operations.

🔥8

MEP

Ducts, pipes, flex ducts, circuits, system connections, sizing.

⚙️9

Settings

Object styles, phases, materials, view properties, graphic overrides.

🔄6

Transactions

Undo/redo, checkpoints, rollback, post commands, code preview.

🔧5

Advanced

Execute C# code in Revit, AI filtering, view reset, model statistics.

📐3

Drafting

Detail lines, model lines, and arcs for 2D documentation.

🎨3

Rendering

Sun/shadow settings, visual styles, high-res image export.

✍️3

Sketch

Get, edit, and set sketch profiles for floors, roofs, and more.

📈3

BIM Dashboard

Model health dashboards, BEP/MIDP configuration and compliance validation.

📊1

Power BI

Export 3D geometry to Power BI for interactive dashboards.

Wie es funktioniert

A robust three-layer architecture connecting AI to Revit's API.

🧠

AI Client Layer

Claude Desktop, Gemini CLI, Cursor, VS Code, or any MCP-compatible client.

User Interface
MCP Protocol

MCP Server

TypeScript server that translates MCP calls into Revit API commands.

Node.js Runtime
TCP JSON-RPC Validation Routing
TCP Socket

Revit Plugin

.NET add-in that executes commands within Revit's API context.

.NET Framework

Fertig in 60 Sekunden

The installation and configuration are done entirely through the automated .exe file.

Automated Setup

Download Installer

One executable — installs and configures everything automatically.

Download BIM-Bot v2.3.0 Windows Installer (EXE) • 60.9 MB • Revit 2020–2027

Double-click the .exe file to start the installation. (Run as Administrator if required).

  • Guided setup wizard
  • Auto-detects your Revit versions (2020–2027)
  • Deploys the correct plugin for each version
  • Auto-configures Claude Desktop, Claude Code, Cursor, Windsurf & VS Code
  • Works on standard-user accounts — configures the profile of the person installing, not the admin account that approved the prompt
  • Self-healing config — the plugin re-validates and repairs the Claude setup every time Revit starts
  • Bundles Node.js — no dependencies needed
  • Ready to use in 60 seconds

System requirements: Windows 10/11 • Autodesk Revit 2020–2027 • Claude Desktop (for AI features)

Having Issues?

If the automatic installation doesn't work, or you need fully detailed documentation to configure a different AI client like Cursor, VS Code, or Windsurf, please refer to our manual configuration guide.

Claude connection broken after moving or reinstalling? Click "Connect Claude" in the BIM-Bot ribbon inside Revit — it repairs the config and reports per-client status.

View Detailed Documentation →

Claude Desktop Configuration

The automated installer configures this automatically. Use this only if you need to set it up manually.

Manual Configuration

Add the following JSON block to your Claude Desktop configuration file located at %APPDATA%\Claude\claude_desktop_config.json:

JSON
{
  "mcpServers": {
    "BIM-Bot": {
      "command": "C:\\Program Files\\BIMBot\\nodejs\\node.exe",
      "args": ["C:\\Program Files\\BIMBot\\server\\build\\index.js"],
      "env": {}
    }
  }
}

Clean removal

One command to remove everything — or do it manually.

Uninstall from Windows

Open Settings → Apps → Installed apps, find BIM-Bot, and click Uninstall.

Or simply re-run the installer .exe — it detects the existing installation and offers a Repair or Uninstall option.

One-Line PowerShell Uninstall:

PowerShell
irm https://raw.githubusercontent.com/HassanElmathary/MIB-Mot/main/install.ps1 | iex; Install-BIMBot -Uninstall
  • 🧹 Revit plugin (.addin files + DLLs) from all versions
  • 🧹 BIM-Bot entry from Claude Desktop config
  • 🧹 Installation directory (C:\Program Files\BIMBot)

Restart Revit after uninstalling to fully unload the plugin.

Manual Uninstall

Follow these steps to remove BIM-Bot manually:

  1. Delete %ProgramData%\Autodesk\Revit\Addins\20XX\BIMBot.addin for each Revit version (2020–2027)
  2. Remove "BIM-Bot" block from %APPDATA%\Claude\claude_desktop_config.json
  3. Delete C:\Program Files\BIMBot folder
  4. Restart Revit and Claude Desktop

Funktioniert mit Ihrem Stack

Breite Versionsunterstützung und Client-Kompatibilität.

Revit-Versionen

Revit 2027 .NET 8.0
Revit 2026 .NET 8.0
Revit 2025 .NET 8.0
Revit 2024 .NET 4.8
Revit 2023 .NET 4.8
Revit 2022 .NET 4.8
Revit 2021 .NET 4.8
Revit 2020 .NET 4.8

✅ All versions fully supported

AI Clients

Claude Desktop Gemini CLI Cursor VS Code + Copilot Windsurf Cline Continue Any MCP Client

Bereit, Revit zu automatisieren?

Schließen Sie sich hunderten von BIM-Profis an, die KI nutzen, um ihren Workflow aufzuladen.

Treten Sie der Community bei

Vernetzen Sie sich mit BIM-Profis, die KI zur Automatisierung von Revit nutzen