Skip to main content

Overview

Connect Bilt MCP Server to OpenClaw for powerful AI-assisted development across all platforms. OpenClaw natively supports MCP with advanced features like background execution, tool discovery, and multi-agent workflows.
OpenClaw supports MCP out of the box with zero configuration required beyond adding servers.

Platform Support

macOSFull support for macOS 11+
WindowsFull support for Windows 10+
LinuxFull support for all major distros

Prerequisites

  1. OpenClaw installed - Download from openclaw.ai
  2. Bilt API token - Get one at bilt.me/sign-up

Quick Setup

Step 1: Locate Config File

The OpenClaw config file location varies by platform:

Step 2: Edit Configuration

Step 3: Add Bilt Configuration

Add this to your openclaw.json:
Replace YOUR_TOKEN_HERE with your actual Bilt API token.

Step 4: Restart OpenClaw

Step 5: Verify Connection

You should see:

Configuration Options

Basic Configuration

Minimal setup:

Advanced Configuration

With metadata and capabilities:

Environment Variables

Use environment variables for tokens (recommended):
Then set the variable:

Multiple Environments

Configure dev and production:

Using Bilt in OpenClaw

Natural Language Commands

OpenClaw automatically discovers and uses Bilt tools:

Direct Tool Invocation

You can also invoke tools directly:

Background Execution

OpenClaw supports background tool execution:

OpenClaw-Specific Features

Tool Discovery

OpenClaw automatically:
  1. Discovers all 8 Bilt tools
  2. Parses parameter schemas
  3. Suggests tools based on context

Error Handling

OpenClaw provides enhanced error messages:

Session Management

OpenClaw maintains MCP sessions across restarts:

Rate Limit Handling

OpenClaw automatically:
  • Respects rate limits
  • Retries with backoff
  • Shows rate limit status

Troubleshooting

Check status:
View logs:
Test connection:
Verify config:
Restart gateway:
Check logs for errors:
Check token format:
Should return: Bearer bilt_live_...Update token:
Check network:
Monitor latency:

CLI Commands

Configuration

Monitoring

Management


Advanced Usage

Webhook Integration

OpenClaw can trigger webhooks on Bilt events:

Custom Prompts

Define custom prompts for Bilt:

Logging

Configure detailed logging:

Next Steps

API Reference

Learn about all 8 Bilt tools

OpenClaw Docs

Learn more about OpenClaw