IFC MCP for Windsurf
io.github.flinker-app/ifc-mcp
Local IFC/BIM MCP server with IfcOpenShell Python in Pyodide and an IFC viewer.
client:Windsurf
transport:stdio
runtime:npm
Install IFC MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"ifc-mcp": {
"command": "npx",
"args": [
"-y",
"ifc-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs