- Revit Converter Remote Mcp
Revit Converter Remote Mcp
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 Get API Key
Demo keys start with dk_. Full API keys start with sk_.
Step 2 — Configure Claude Desktop Open your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %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.
MCP Config
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 7 tools available.
Claude After Config
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 Upload Model
List models on the server
Lists all models on the server by name List Models
Convert to XKT and view in browser
yes, convert rac_basic_sample_project.rvt to xkt Convert to XKT
Claude returns a direct viewer link — open it to see your model rendered in 3D:
View XKT
Query BIM data
how many walls in this model? Query Walls
Inspect element properties
yes, just show me properties of a random wall Element Data
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) A Labs Future account with an API key License See LICENSE for details.
Server Config
{
"mcpServers": {
"revit-converter": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://labsaps-d35810f00db3.herokuapp.com/mcp",
"--header",
"Authorization: Bearer labsfuture.comFreeDemo_MCPKey"
]
}
}
}Recommend Servers
View Alltest
summarize chat message