Skip to content
Cline

IFC MCP for Cline

io.github.flinker-app/ifc-mcp

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

client:Cline transport:stdio runtime:npm

Install IFC MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

IFC MCP in other clients