IFC MCP for Zed
io.github.flinker-app/ifc-mcp
Local IFC/BIM MCP server with IfcOpenShell Python in Pyodide and an IFC viewer.
client:Zed
transport:stdio
runtime:npm
Install IFC MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ifc-mcp": {
"command": "npx",
"args": [
"-y",
"ifc-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs