CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
labsfuture avatar

Revit Converter MCP

labsfuture/revit-converter-remote-mcp-release
1authHTTPregistry active
Summary

This is a remote MCP server that connects Claude to a hosted Revit conversion and BIM query service. It exposes nine tools for uploading RVT files from URLs, converting them to XKT for web viewing or exporting to IFC and DWG, and querying building data through natural language. You can ask how many walls are in a model, inspect element properties like materials and dimensions, or trigger conversions and get back viewer links without installing Revit locally. Built by Labs Future, it runs over streamable HTTP and requires an API key from their platform. Useful if you need to let Claude work directly with Revit files for quick conversions, BIM data extraction, or sharing 3D models in the browser.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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:

{
  "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

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

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Data & Analytics
Registryactive
TransportHTTP
AuthRequired
UpdatedMay 24, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
malkreide avatar
Sbb Opendata Mcp

malkreide/sbb-opendata-mcp

SBB Open Data via OpenDataSoft
1
malkreide avatar
Swiss Environment Mcp

malkreide/swiss-environment-mcp

BAFU environmental data, NABEL air quality, hydrology
1
meelion-com avatar
Meelion MCP

meelion-com/meelion-mcp

Brazilian fixed income & financial data for AI. Selic, CDI, IPCA, CDB/LCI/LCA rankings, FX rates.
1
mpmcgowen avatar
Metricui

mpmcgowen/metricui

React dashboard components — API lookup, code generation, and prop validation for AI tools.
1
honeylabshq avatar
HoneyLabs

net.honeylabs/mcp

Query 90 days of honeypot probe data: IP reputation, scanners, CVE probing, TLS/SSH fingerprints.
1
tenzro avatar
Tenzro Chainlink MCP

network.tenzro/tenzro-chainlink

Chainlink MCP: CCIP, CCT pools, Data Feeds, Data Streams, VRF v2.5, PoR, Automation, Functions.
1