Revit Converter MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Revit Converter MCPconvert the current model to XKT and give me the viewer link"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Revit Converter MCP
AI-powered BIM tool — convert Revit .rvt files to XKT, IFC and DWG, query model data, and explore building elements through natural language, right inside Claude.
Built by Labs Future · Powered by the Model Context Protocol

What It Does
The Revit Converter MCP is a remote MCP server that connects Claude (or any MCP-compatible AI client) directly to a Revit file conversion and BIM query service. Once configured, you can:
List and manage models on the server
Upload your
.rvtfiles by a public URLConvert Revit models to XKT format for web-based 3D viewing
Export models to IFC or DWG for interoperability with other tools
Query BIM data in natural language — counts, element types, properties
Inspect individual element metadata (materials, dimensions, thermal values, etc.)
No plugins, no Revit installation needed on the client side.
Related MCP server: Autodesk Build MCP Server
Available Tools
Tool | Description |
| List all models stored on the server |
| Upload a |
| Set the active model for subsequent operations |
| Convert the current model to XKT for 3D web viewing |
| Check the progress of an ongoing conversion |
| Export the model to IFC or DWG format |
| Check export progress and get the download link |
| Query BIM data (element counts, types, filters) |
| Search and retrieve properties of specific elements |
More tools are on the way — including data audit, workflow automation, optimizing design and deeper BIM data analysis, even model updating. Follow labsfuture.com for updates.
Getting Started
Step 1 — Get an API Key
Sign up at labsfuture.com and navigate to your account dashboard.
Generate Demo Key — free tier, includes 5 real Revit conversions to try the service
Generate API Key — for production / unlimited use

Demo keys start with
dk_. Full API keys start withsk_.
Step 2 — Configure Claude Desktop
Open your Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add the following entry under mcpServers:
{
"mcpServers": {
"revit-converter": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://labsaps-d35810f00db3.herokuapp.com/mcp",
"--header",
"Authorization: Bearer labsfuture.comFreeDemo_MCPKey"
]
}
}
}Replace the Bearer token with your own key from labsfuture.com. The key above is a shared demo key — get your own for personal model storage and full conversions.

Requires Node.js — npx must be available in your PATH. Install from nodejs.org if needed.
Step 3 — Restart Claude Desktop
After saving the config, restart Claude Desktop. Open Settings → Connectors and you should see revit-converter listed with 9 tools available.

Usage Examples
Once connected, just talk to Claude naturally:
Upload a model
Could you upload this model to the revit converter server?
https://www.dropbox.com/scl/fi/yourfile.rvt?dl=0
List models on the server
Lists all models on the server by name
Convert to XKT and view in browser
yes, convert rac_basic_sample_project.rvt to xkt
Claude returns a direct viewer link — open it to see your model rendered in 3D:

Export to IFC or DWG
export the current model to IFCClaude triggers the export job and checks back automatically — when ready, it returns a direct download link valid for 60 minutes.
Query BIM data
how many walls in this model?
Inspect element properties
yes, just show me properties of a random wall
About Labs Future
LabsFuture builds AI-native tools for the AEC industry. The Revit Converter MCP is part of a broader platform that brings BIM workflows into the age of conversational AI — letting architects, engineers, and developers interact with building data through natural language.
Visit www.labsfuture.com to:
Sign up and get your API key
Access the 3D web viewer
Learn about full platform features
Requirements
Claude Desktop (or any MCP-compatible client)
Node.js (for
npx mcp-remote)[Optional] A Labs Future account with an API key
License
See LICENSE for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBquality-maintenanceEnables seamless communication between Claude AI and Autodesk Revit, allowing users to access and interact with Revit model information through natural language.Last updated618
- -license-quality-maintenanceEnables AI assistants like Claude to interact with Autodesk Construction Cloud Build platform for construction project management, including issues tracking, RFIs, submittals, and document management through natural language.Last updated
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Autodesk Revit to query project data, manage elements, and execute generated code via the Model Context Protocol. It provides full compatibility with GitHub Copilot and Claude to automate BIM modeling workflows.Last updated1364MIT
- Flicense-qualityBmaintenanceAI-powered control of Autodesk Revit through the Model Context Protocol, enabling natural language BIM workflows.Last updated92
Related MCP Connectors
Unified AEC tools: ACC, Revit, Navisworks, Twinmotion, and APS from one endpoint.
Revit model query + APS Design Automation runner.
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/labsfuture/revit-converter-remote-mcp-release'
If you have feedback or need assistance with the MCP directory API, please join our Discord server