Revit Converter Remote Mcp Release — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Revit Converter Remote Mcp Release (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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
Revit Converter MCP Demo
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:
.rvt files by a public URLNo plugins, no Revit installation needed on the client side.
| Tool | Description |
|---|---|
list_models | List all models stored on the server |
upload_model | Upload a .rvt file from a URL or path |
set_current_model | Set the active model for subsequent operations |
convert_revit_to_xkt | Convert the current model to XKT for 3D web viewing |
get_conversion_status | Check the progress of an ongoing conversion |
export_model | Export the model to IFC or DWG format |
get_export_status | Check export progress and get the download link |
query_model | Query BIM data (element counts, types, filters) |
search_elements | 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.
Sign up at [labsfuture.com](https://www.labsfuture.com) and navigate to your account dashboard.
Get API Key
Demo keys start withdk_. Full API keys start withsk_.
Open your Claude Desktop configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd 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.
MCP Config
Requires Node.js — npx must be available in your PATH. Install from nodejs.org if needed.
After saving the config, restart Claude Desktop. Open Settings → Connectors and you should see revit-converter listed with 9 tools available.
Claude After Config
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=0Upload Model
List models on the server
Lists all models on the server by nameList Models
Convert to XKT and view in browser
yes, convert rac_basic_sample_project.rvt to xktConvert to XKT
Claude returns a direct viewer link — open it to see your model rendered in 3D:
View XKT
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?Query Walls
Inspect element properties
yes, just show me properties of a random wallElement Data
[LabsFuture](https://www.labsfuture.com) 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:
npx mcp-remote)See LICENSE for details.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.