Skip to main content
Use Bilt from your favorite AI client. AI agents can create projects, build apps, and deploy — all through natural language via MCP (Model Context Protocol). Estimated time: 5 minutes By the end of this guide, your AI client will be connected to Bilt with all 7 MCP tools available, ready to build and deploy apps from chat.

Prerequisites

MCP clientClaude Desktop, OpenClaw, Cursor, or any MCP-compatible client
Bilt API tokenFree account at bilt.me/sign-up

Step 1: Get your API token

1

Sign up or log in

2

Generate an API key

Navigate to Settings → API Keys in your dashboard
3

Copy the token

Your token looks like: bilt_live_abc123...
Save this token. It’s only shown once. Never commit it to version control.

Step 2: Configure your client

macOS

Edit: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows

Edit: %APPDATA%\Claude\claude_desktop_config.json

Configuration

Replace YOUR_TOKEN_HERE with your actual API token.

Step 3: Verify the connection

After restarting your client, check that Bilt is connected:
If you see all 7 tools, you’re connected.

Step 4: Build your first app

Try this in your AI client:
1

Create a project

2

Build features

3

Deploy

Your agent handles the full flow — creating the project, sending build instructions, monitoring progress, and returning a live preview URL.
If bilt_send_message returns status: "queued", the request was accepted but has not started yet. Ask the agent to call bilt_get_session for the same project until hasActiveWorkflows is false before sending unrelated follow-up work.

Troubleshooting

  1. Verify the config file path is correct for your OS
  2. Check JSON syntax (use a validator)
  3. Fully restart the client (quit and reopen)
  4. Check client logs for connection errors
  1. Token must start with bilt_live_
  2. Check for extra spaces in the config
  3. Regenerate at bilt.me → Settings → API Keys
  1. Check internet connectivity
  2. Ensure firewall allows HTTPS (port 443)
  3. Test manually:
Current limit: 60 requests/minute. Wait 60 seconds and retry. Contact support for higher limits.

Next steps

API Reference

All 7 MCP tools with parameters and examples

Integration guides

Detailed setup for each client