🔌 A.I. Connector
Connect Revit with A.I. Desktop Apps to read Revit models (MCP), providing A.I. with 35+ specialized tools for comprehensive Revit analysis.
Version 1.0. | Features depend on the versions of NonicaTab | The Best of the Best
Overview​
Traditional A.I. chats for Revit create and run code from scratch, leading to errors and limitations when handling complex architectural tasks. This connector is different. It provides A.I. with 35+ pre-built, tested tools specifically designed for Revit model exploration and analysis.
The A.I. Connector uses Model Context Protocol (MCP) to establish a secure bridge between your Revit environment and compatible A.I. desktop applications, enabling sophisticated model analysis without the typical coding errors or limitations of standard A.I. interactions.
Key Features​
Usage is not limited to:
- Comprehensive Reports: A.I. generates detailed reports analyzing elements, types, parameters, and project statistics. Sample live report.
- Performance Analysis: A.I. examines model warnings, identifies performance bottlenecks, and suggests optimization solutions.
- Accessibility Compliance: A.I. evaluates rooms and spaces for wheelchair accessibility and ADA compliance. Sample live analysis.
- Schedule Integration: A.I. extracts schedule data and creates visual graphs, charts, and analytical dashboards.
- Quality Control: A.I. performs model audits, identifies issues, and provides actionable recommendations.
- Custom Analysis: A.I. responds to specific queries about your model using specialized Revit tools.
Requirements​
Before running the AI Connector, ensure your environment meets the following prerequisites:
Autodesk Revit: From version 2025 to newest.
A.I. Desktop App: Claude Desktop App, Copilot, Cursor or any other MCP compatible platform.
NonicaTab: NonicaTab Pro and NonicaTab Free (Free has limitations).
Video​
Usage​
Initial Setup​
- Launch Revit: Start Revit 2025 or later and open your target project.
- Access Connector: Navigate to NonicaTab → AI Connector.
- First-Time Setup (if tool not visible):
- Step 1: Click dropdown menu and select "Set Up Button/Script"
- Step 2: Select the AI Connector tool to add it to your interface
- Step 3: Tool becomes available for use after setup completion
Establishing Connection​
- Launch A.I. Desktop App: Launch your compatible A.I. application (Claude Desktop, Copilot, Cursor, ...).
- Start Connector: Click AI Connector in NonicaTab to open the connection window.
- Maintain Connection: Keep the AI Connector window open and connection enabled throughout your session.
Working with A.I.​
- Ask Questions: In your A.I. app, ask specific questions about your Revit model:
- "Generate a report of all doors in the project"
- "Analyze model warnings and suggest solutions"
- "Check accessibility compliance for all rooms"
- Monitor Progress: A.I. will use available tools to analyze your model and provide comprehensive responses.
- Review Results: A.I. generates reports, charts, and recommendations based on your model data.
Advanced Workflows​
- Model Auditing: Request comprehensive model health checks and optimization recommendations.
- Compliance Checking: Analyze accessibility, code compliance, and design standards adherence.
- Data Visualization: Convert schedule data into interactive charts and dashboards.
- Custom Analysis: Ask specific technical questions about elements, parameters, or project metrics.
Troubleshooting​
Connect with Copilot in VSCode (or other A.I. Desktop Apps)​
The A.I. Connector automatically connects and sets up Claude Desktop App and Cursor. For Visual Studio Code with Copilot, the connection can be enabled by:
-
Enable Connection: Enable MCP connection in VSCode and create a mcp.json file. How-to Enable MCP in VSCode
-
Add Connection: Copy + Paste the code below into your mcp.json file from previous step.
{
"mcpServers": {
"Read Revit": {
"type": "stdio",
"command": "C:\\NONICAPRO\\OtherFiles\\System\\Core\\net8.0-windows\\RevitMCPConnection.exe",
"args": [],
"timeout": 15000
}
}
}
- Restart Apps: Restart VSCode and open the A.I. Connector in Revit to activate the connection.
Connection Issues​
- A.I. Can't Find Tools:
- Restart your A.I. Desktop App completely
- For Claude: Close from system tray (bottom right corner near Windows clock)
- Re-Launch Claude and AI Connector in Revit
- Settings:
- A.I. Connector automatically sets up Claude and Cursor Desktop Apps.
- If installing in a different Windows user, find claude_desktop_config.json or mcp.json and Copy+Paste the code from section above.
- Setup Not Working:
- Verify Revit 2025+ version requirement
- Confirm A.I. app supports MCP protocol, and add Settings
Performance Optimization​
- Slow Response Times:
- Close unnecessary Revit views and models
- Ensure adequate system memory
- Reduce model complexity for testing
- Connection Drops:
- Keep AI Connector window open and active
- Avoid switching between multiple A.I. apps simultaneously
FAQ​
Do I need Revit 2025 or newer?
Yes, the AI Connector requires Revit 2025 or newer due to MCP protocol requirements. However, all other NonicaTab tools remain compatible with Revit 2020 and later versions.
What is MCP and why is it important?
Model Context Protocol (MCP) is a standardized communication method that allows A.I. applications to securely access and interact with external tools. This ensures reliable, error-free communication between A.I. and Revit.
A.I. can't find tools, what do I do?
If you run the A.I. Connector after your A.I. Desktop App was already open, restart the A.I. app completely. For Claude, remember to also close from the system tray. If issues persist, check "Installing from Non-Admin Windows User" below.
Installing from Non-Admin Windows User
If you installed Claude (or any other) using Admin permissions, but the Windows user is not currently Admin. Then, A.I. Connector cannot automatically set up everything for you (restriction with permissions). Go to C:\Users{ Admin }\AppData\Roaming\Claude, and Copy + Paste the code from A.I. Connector // + Settings // Manual to claude_desktop_config.json. After that, restart your A.I. Desktop App.
Can I use multiple A.I. apps simultaneously?
While technically possible, it's recommended to use one A.I. app at a time with the connector to avoid conflicts and ensure optimal performance.
What are the differences between NonicaTab Pro and Free versions?
NonicaTab Pro provides full access to all 35+ tools and unlimited usage. NonicaTab Free offers limited functionality with restrictions on usage.
Is my Revit model data secure when using the connector?
Yes, the MCP protocol ensures secure communication. Your model data is processed locally and transmitted only to your chosen A.I. desktop application according to their respective privacy policies.
Credit​
First Revit MCP by lisiting01 and Jean Marc Couffin.