ifc-mcp
Related Servers
Alternatives to ifc-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables AI agents to load, query, and analyze IFC building model files, including spatial structures, elements, properties, materials, and geometry.20MIT
- AlicenseCqualityDmaintenanceEnables AI assistants to create, edit, and export IFC5/IFCX building information models through natural language, handling spatial structure, elements, geometry, metadata, validation, and export.737 npm25Apache 2.0
- FlicenseAqualityDmaintenanceEnables AI assistants to query standardized building classifications, properties, and data dictionaries from buildingSMART for BIM model enrichment.93-
- AlicenseAqualityBmaintenanceAn MCP server that lets users query, validate, convert, and compare IFC/BIM files using natural language. Runs fully locally and integrates with AI agents like Claude.8MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Autodesk Revit to query project data, manage elements, and execute generated code via the Model Context Protocol. It provides full compatibility with GitHub Copilot and Claude to automate BIM modeling workflows.1341 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables natural-language validation of IFC models against Türkiye's building-permit BIM regulation, including compliance checks, EK-9 form generation, and queries about required classes and properties.MIT
TDQS
Scored across 5 tools
Each tool has a distinct purpose: opening the viewer, loading IFC files, clearing the viewer, applying BCF viewpoints, and executing Python code. There is no overlap in their core functions, and the descriptions clearly delineate the boundaries between them.
All tool names follow a consistent lowercase hyphenated verb-noun pattern (e.g., open-ifc-viewer, run-python, show-ifc-file). The verbs are distinct and the nouns are related to the domain, making the naming predictable and easy to navigate.
Five tools is well-scoped for an IFC viewer and scripting server. Each tool covers a necessary function without redundancy, and the count is within the ideal range for a focused MCP server.
The tool set covers the core viewer lifecycle (open, display, clear) plus BCF viewpoint application and a general-purpose Python execution tool for complex IFC operations. Minor gaps exist, such as no dedicated tool to remove a single loaded file or close the viewer, but these can be worked around with clear-ifc-viewer or run-python.