Skip to content
Claude Desktop

IFC MCP for Claude Desktop

io.github.flinker-app/ifc-mcp

Local IFC/BIM MCP server with IfcOpenShell Python in Pyodide and an IFC viewer.

client:Claude Desktop transport:stdio runtime:npm

Install IFC MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "ifc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ifc-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

IFC MCP in other clients