Bult for Claude Desktop
io.github.bultcloud/mcp-server
Deploy and manage Bult apps from AI coding agents.
client:Claude Desktop
transport:stdio
runtime:npm
Install Bult in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@bultcloud/mcp-server"
],
"env": {
"BULT_API_URL": "<BULT_API_URL>",
"BULT_API_TOKEN": "<BULT_API_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs