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

ArgumentDescription
[client]Target client: claude | claude-desktop | cursor | vscode | codex

Options

OptionDescription
--listList the supported clients
--stdoutPrint the config snippet instead of writing it

Global options

OptionDescription
-v, --verboseEnable 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

On this page