← Back to Plugins
MCP Server MCP

Revit Converter MCP

github By github 👁 1 views ▲ 0 votes

Convert Revit files to XKT, IFC, or DWG and query BIM data via natural language.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://labsaps-d35810f00db3.herokuapp.com/mcp",
      "headers": [
        {
          "value": "Bearer {apiKey}",
          "name": ""
        }
      ],
      "variables": {
        "apiKey": {
          "description": "Your Labs Future API key (dk_... for demo, sk_... for full access). Get one free at labsfuture.com.",
          "isSecret": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...