IFC MCP for Gemini CLI
io.github.flinker-app/ifc-mcp
Local IFC/BIM MCP server with IfcOpenShell Python in Pyodide and an IFC viewer.
client:Gemini CLI
transport:stdio
runtime:npm
Install IFC MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ifc-mcp": {
"command": "npx",
"args": [
"-y",
"ifc-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs