Revit Converter MCP

Revit Converter MCP

AI-powered BIM tool that connects Claude to a Revit file conversion and BIM query service, enabling users to convert .rvt files to XKT, IFC, and DWG, and explore building elements through natural language.

Category
Visit Server

README

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


Revit Converter MCP Demo


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 .rvt files by a public URL
  • Convert 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.


Available Tools

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.


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.jsnpx 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.

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


Export to IFC or DWG

export the current model to IFC

Claude 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 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


License

See LICENSE for details.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured