Utilities
bl add-mcp
Register the browserlane MCP server with a coding agent (claude, claude-desktop, cursor, vscode, codex)
Register the browserlane MCP server with a coding agent (claude, claude-desktop, cursor, vscode, codex)
Usage
bl add-mcp [client] [OPTIONS]Arguments
| Argument | Description |
|---|---|
[client] | Target client: claude | claude-desktop | cursor | vscode | codex |
Options
| Option | Description |
|---|---|
--list | List the supported clients |
--stdout | Print the config snippet instead of writing it |
Global options
| Option | Description |
|---|---|
-v, --verbose | Enable debug logging |
Examples
bl add-mcp
# List the supported clients
bl add-mcp claude
# Register the MCP server with Claude Code
bl add-mcp cursor --stdout
# Print the Cursor config snippet instead of writing it