Connect
Claude

Build and publish websites from Claude Desktop or Claude Code — one config change and you're connected.

What You'll Need

  • Claude Desktop app or Claude Code CLI installed
  • A Boomlink account (sign up free at boomlink.win)

Claude Desktop Setup

01

Install

Claude Desktop

Download and install Claude Desktop, then enable MCP in settings.

02

Configure

Add MCP Configuration

Add the following to your Claude MCP config file:

{
  "mcpServers": {
    "boomlink": {
      "url": "https://boomlink.ai/api/v1/mcp/0.0.1"
    }
  }
}
03

Execute

Restart and Start Building

Restart Claude Desktop. Boomlink tools appear automatically — ask Claude to create your first site.

Using with Claude Code

For Claude Code CLI, add the following to your project's .mcp.json:

{
  "mcpServers": {
    "boomlink": {
      "url": "https://boomlink.ai/api/v1/mcp/0.0.1"
    }
  }
}

Next Steps