https://mcp.bilt.me/mcp over Streamable HTTP.
Copyable client configurations and the Bilt Builder agent skill are available in the public Bilt MCP repository.
1. Create an API key
Open Bilt API Keys, generate a key, and copy it. Keys begin withbilt_live_ and are shown once.
2. Configure your client
- Claude Desktop
- Cursor
- OpenClaw
- Other clients
Install Node.js 18 or newer, then add this to Fully quit and reopen Claude Desktop. See Claude Desktop setup for file locations and the Windows
claude_desktop_config.json:npx.cmd workaround.3. Verify the tools
Your client should show these tools:bilt_list_projectsbilt_get_projectbilt_create_projectbilt_get_sessionbilt_send_messagebilt_cancel_workflowbilt_get_messages
Migrating an older configuration
The legacy/mcp/sse endpoint has been removed. Change the URL to /mcp and select Streamable HTTP. Claude Desktop users must replace the old nested remote transport object with the mcp-remote stdio configuration above.
Troubleshooting
Claude Desktop rejects the configuration
Claude Desktop rejects the configuration
claude_desktop_config.json accepts a local command entry. It does not accept Bilt’s remote URL in a nested transport object. Use the mcp-remote configuration exactly as shown.A long build disconnects
A long build disconnects
Keep
--body-timeout 0 in mcp-remote, or configure a native client’s request timeout for at least 610 seconds. Bilt build requests can take up to ten minutes.