Convert Revit files to XKT and query BIM data via natural language inside Claude or any MCP client.
Convert Revit files to XKT and query BIM data via natural language inside Claude or any MCP client. Exposed over MCP by the revit converter mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
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:
mcp-remote on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Everything the assistant can do here goes through one of these:
list_models — List all models stored on the serverupload_model — Upload a .rvt file from a URL or pathset_current_model — Set the active model for subsequent operationsconvert_revit_to_xkt — Convert the current model to XKT for 3D web viewingget_conversion_status — Check the progress of an ongoing conversionexport_model — Export the model to IFC or DWG formatget_export_status — Check export progress and get the download linkquery_model — Query BIM data (element counts, types, filters)search_elements — Search and retrieve properties of specific elementsnpx mcp-remote) - [Optional] A Labs Future account with an API key ---Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Revit Converter MCP's toolset — list_models, upload_model, set_current_model and 6 more — is a fair guide to whether it matches your workflow. It is maintained by labsfuture; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| 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 |
{
"mcpServers": {
"revit-converter": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://labsaps-d35810f00db3.herokuapp.com/mcp",
"--header",
"Authorization: Bearer labsfuture.comFreeDemo_MCPKey"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
npx mcp-remote) - [Optional] A Labs Future account with an API key ---Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.