Prerequisites
MCP ClientClaude Desktop, OpenClaw, Cursor, or any MCP-compatible client
Bilt AccountFree account at bilt.me/sign-up
Step 1: Get Your API Token
Sign up
Create an account at bilt.me/sign-up
Step 2: Configure Your Client
- Claude Desktop
- OpenClaw
- Cursor
- Other Clients
Step 3: Verify Connection
After restarting your client, verify Bilt is connected:If you see all 8 Bilt tools, you’re ready to go!
Step 4: Create Your First App
Try this simple workflow to create and deploy your first app:What Just Happened?
Behind the scenes, your AI agent:- Created a project using
bilt_create_project - Sent build instructions using
bilt_send_message - Monitored progress via real-time SSE events
- Deployed the app using another
bilt_send_message - Retrieved the URL from the deployment response
Common Issues
Tools not appearing
Tools not appearing
Solution:
- Verify config file location is correct
- Check JSON syntax (use a JSON validator)
- Restart client completely (quit and reopen)
- Check client logs for errors
401 Unauthorized error
401 Unauthorized error
Connection timeout
Connection timeout
Solution:
- Check internet connection
- Verify firewall allows HTTPS (port 443)
- Test connection manually:
Rate limit errors
Rate limit errors
Solution:
- Current limit: 100 requests/minute
- Wait 60 seconds before retrying
- Contact support for higher limits
