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
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.
Server Config
{
"mcpServers": {
"revit-converter": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://labsaps-d35810f00db3.herokuapp.com/mcp",
"--header",
"Authorization: Bearer labsfuture.comFreeDemo_MCPKey"
]
}
}
}