Alternative installation methods and AI client configuration files.
← Back to Easy InstallerClaude configuration is automatic, in three layers:
.bimbot-backup copy is written before any change.You can also run the repair manually at any time:
node "C:\Program Files\BIMBot\server\scripts\configure-claude.cjs"
After any config change, fully restart Claude (File → Exit, then reopen).
Don't have the installer yet? Download and run the EXE installer:
⬇️ Download BIM-Bot v2.3.0 (60.9 MB)The installer auto-configures Claude Desktop. For other clients, add this to their config:
Config: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"BIM-Bot": {
"command": "C:\\Program Files\\BIMBot\\nodejs\\node.exe",
"args": ["C:\\Program Files\\BIMBot\\server\\build\\index.js"],
"env": {}
}
}
}
Config: ~/.cursor/mcp.json or Settings → Features → MCP
{
"mcpServers": {
"BIM-Bot": {
"command": "C:\\Program Files\\BIMBot\\nodejs\\node.exe",
"args": ["C:\\Program Files\\BIMBot\\server\\build\\index.js"],
"env": {}
}
}
}
Config: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"BIM-Bot": {
"command": "C:\\Program Files\\BIMBot\\nodejs\\node.exe",
"args": ["C:\\Program Files\\BIMBot\\server\\build\\index.js"],
"env": {}
}
}
}
Config: .vscode/mcp.json or Command Palette → "MCP: Open User Configuration"
{
"servers": {
"BIM-Bot": {
"type": "stdio",
"command": "C:\\Program Files\\BIMBot\\nodejs\\node.exe",
"args": ["C:\\Program Files\\BIMBot\\server\\build\\index.js"]
}
}
}
Config: ~/.gemini/settings.json
{
"mcpServers": {
"BIM-Bot": {
"command": "C:\\Program Files\\BIMBot\\nodejs\\node.exe",
"args": ["C:\\Program Files\\BIMBot\\server\\build\\index.js"]
}
}
}
Config: ~/.gemini/antigravity/mcp.json
{
"mcpServers": {
"BIM-Bot": {
"command": "C:\\Program Files\\BIMBot\\nodejs\\node.exe",
"args": ["C:\\Program Files\\BIMBot\\server\\build\\index.js"]
}
}
}