Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Revit Converter MCP
Revit Converter MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 9:08:26 PM

Revit Converter MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Convert Revit files to XKT and query BIM data via natural language inside Claude or any MCP client.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "revit-converter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

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

ToolDescription
list_modelsList all models stored on the server
upload_modelUpload a .rvt file from a URL or path
set_current_modelSet the active model for subsequent operations
convert_revit_to_xktConvert the current model to XKT for 3D web viewing
get_conversion_statusCheck the progress of an ongoing conversion
export_modelExport the model to IFC or DWG format
get_export_statusCheck export progress and get the download link
query_modelQuery BIM data (element counts, types, filters)
search_elementsSearch 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:

config.json
{
  "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 9 tools available.

Claude After Config


Usage Examples

Once connected, just talk to Claude naturally:

Upload a model

Code
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

Code
Lists all models on the server by name

List Models


Convert to XKT and view in browser

Code
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

server.ts
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

Code
how many walls in this model?

Query Walls


Inspect element properties

Code
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)
  • [Optional] A Labs Future account with an API key

License

See LICENSE for details.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Microsoft MCP Server for Enterprise logoMicrosoft MCP Server for Enterprise

    Official Microsoft MCP Server to query Microsoft Entra data using natural language

    πŸ’» Developer Tools0 views
    Compare vs Microsoft MCP Server for Enterprise β†’
  • Agentql logoAgentql

    Query webpages and extract structured data using natural language

    πŸ’» Developer Tools0 views
    Compare vs Agentql β†’
  • All Our Things MCP logoAll Our Things MCP

    AI-powered household inventory β€” query everything you own via natural language

    πŸ’» Developer Tools1 views
    Compare vs All Our Things MCP β†’
  • Metabase logoMetabase

    Lets AI clients search, explore, query, and visualize data in a Metabase instance.

    πŸ’» Developer Tools0 views
    Compare vs Metabase β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Revit Converter MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "revit-converter-mcp": { "command": "npx", "args": ["-y", "Revit Converter MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRevit Converter MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/revit-converter-mcp?style=directory)](https://allmcps.com/mcp/revit-converter-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/revit-converter-mcp"><img src="https://allmcps.com/api/badge/revit-converter-mcp?style=directory" alt="Revit Converter MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Revit Converter MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code