Odel
Bult

Bult

Local
@bultcloud1TypeScriptMITUpdated 2mo ago

Deploy and manage Bult apps from AI coding agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@bultcloud/mcp-serverv1.0.1

Run

npx -y @bultcloud/mcp-server

MCP client config

{
  "mcpServers": {
    "bult": {
      "command": "npx",
      "args": [
        "-y",
        "@bultcloud/mcp-server"
      ]
    }
  }
}