bim-agent
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bim-agentAudit this IFC model"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
bim-agent
One-click BIM audits through AI. Instead of running 3 separate tools manually, ask one question and get a complete report — statistics, validation, and quantities in a single response.
For Architects & Engineers
What does this do?
Normally, auditing an IFC model requires 3 steps: get statistics, run validation, extract quantities. bim-agent chains them together:
"Audit this IFC model"
One question. One answer. Complete report.
What workflows are available?
Workflow | What it does |
Quick Audit | Stats → Validation → Quantities in one go |
Full QC | Stats → Full validation → Spaces list |
Quantity Takeoff | Concrete → Walls → Doors & Windows separately |
Version Diff | Compare two IFC versions |
Digital Twin Check | Assess if model is ready for Speckle sync |
How to install
Same as ifcopenshell-mcp:
git clone https://github.com/Daviidro/bim-agent.git
cd bim-agent
uv syncAdd to Claude Desktop config:
{
"mcpServers": {
"bim-agent": {
"command": "uv",
"args": ["run", "bim-agent"]
}
}
}Is this safe?
Same guarantees as ifcopenshell-mcp: 100% local, no cloud, MIT license. Requires ifcopenshell-mcp installed alongside it.
Related MCP server: bim2sim-mcp
For Developers
Tools
Tool | Description |
| List all available BIM workflow playbooks |
| Get ordered execution steps for a workflow |
| Get final prompt template for report generation |
| Self-contained step-by-step audit guide |
| Run full audit: stats + validation + quantities |
| Run full QC: stats + all checks + spaces |
| Multi-category quantity extraction |
Ecosystem
ifcopenshell-mcp — Talk to IFC models
speckle-mcp — AEC interoperability
awesome-aec-mcp — Curated MCP list
License
MIT
This server cannot be installed
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceAI-powered MCP server that enables Claude and other LLMs to interact directly with construction documents, drawings, and specifications through advanced RAG and hybrid search capabilities.7MIT
- Alicense-qualityDmaintenanceMCP server for BIM-to-building-energy simulation workflows with IFC extraction, TEASER integration, scenario modeling, weather binding, and results export for downstream WAT/ROI analysis.MIT
- Alicense-qualityCmaintenanceMCP server for analyzing building sustainability metrics via Excel, PDF, and frameworks like ESG, LEED, BREEAM, DGNB with IFC integration.2MIT
- AlicenseAqualityBmaintenanceMCP server for IFC geometric audit, providing tools to detect space clashes, extract space inventories, compute surface losses, check boundaries, and verify opening correspondences in BIM models.6Apache 2.0
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
GibsonAI MCP server: manage your databases with natural language
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Daviidro/bim-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server