IFC MCP for Cursor
io.github.flinker-app/ifc-mcp
Local IFC/BIM MCP server with IfcOpenShell Python in Pyodide and an IFC viewer.
client:Cursor
transport:stdio
runtime:npm
Install IFC MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ifc-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ifc-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs