
Revit Converter MCP
Hook your agent into Labs Future to convert Revit models to XKT, IFC, or DWG and query BIM attributes in natural language.
Overview
Revit Converter MCP is a MCP server for the Build phase that converts Revit files to XKT, IFC, or DWG and answers BIM queries via natural language behind a Labs Future API key.
What is this MCP server?
- Remote streamable HTTP MCP with Bearer API key (demo dk_… or full sk_… from labsfuture.com)
- Export Revit to XKT, IFC, and DWG formats
- Natural-language BIM data queries on converted or linked models
- Hosted endpoint on Heroku-backed Labs Future infrastructure
- Version 1.1.0 with GitHub source and labsfuture.com signup
- Output formats: XKT, IFC, DWG
- Server version 1.1.0
- Remote MCP URL on labsaps Heroku app /mcp
Community signal: 1 GitHub stars.
What problem does it solve?
Solo builders hacking AEC pipelines struggle to script Revit exports and property lookups without heavyweight add-ins or one-off desktop macros.
Who is it for?
Indie devs building BIM viewers, digital-twin prototypes, or agent-driven delivery tools who already work with Revit exports.
Skip if: Pure architects who only need manual Revit inside Autodesk, or teams that cannot send model data to a third-party hosted converter.
What do I get? / Deliverables
After you register the remote MCP with your API key, your agent can trigger conversions and BIM questions so you can wire viewers and workflows faster.
- Agent-triggered Revit conversions to XKT, IFC, or DWG
- Natural-language BIM property and model queries returned into the agent session
Recommended MCP Servers
Journey fit
Build is the canonical phase because conversion and BIM querying happen while you integrate tooling into a product or delivery pipeline. Integrations matches an external authenticated remote MCP that wraps a third-party conversion and query API.
How it compares
Authenticated remote conversion-and-query MCP, not a local Revit macro skill or a generic file-conversion CLI.
Common Questions / FAQ
Who is Revit Converter MCP for?
Solo builders and small teams integrating Revit-to-web or Revit-to-open-BIM pipelines through MCP-aware agents.
When should I use Revit Converter MCP?
Use it during Build when you need automated XKT, IFC, or DWG exports and NL-driven BIM queries inside your agent workflow.
How do I add Revit Converter MCP to my agent?
Obtain a Labs Future API key at labsfuture.com, then add the streamable HTTP MCP remote with Authorization Bearer {apiKey} per server.schema.json.