ifcMCP是一个MCP服务器,它使大语言模型(LLM)代理能够与IFC(工业基础类)文件进行交互,为建筑信息模型领域的智能化应用提供了有力支持。
ifcMCP 文件夹中启动命令行界面,并运行命令 python server.py。{
"mcpServers": {
"ifcMCP-server": {
"name": "ifcMCP",
"type": "streamableHttp",
"description": "A simple MCP server to handle ifc files",
"isActive": true,
"tags": [],
"baseUrl": "http://127.0.0.1:8000/mcp"
}
}
}
如果你使用了本项目,请按照以下格式引用:
@article{JRLin2506,
author = {Jia-Rui Lin and Peng Pan},
title = {ifcMCP: Enabling LLM agents to talk with IFC files},
year = {2025}
}