Connect Claude

Set up Claude Desktop or Claude Code with Boomlink via MCP.

What You'll Need

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

Claude Desktop Setup

1

Install Claude Desktop

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

2

Add MCP Configuration

Add the following to your Claude MCP config:

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

Restart and Build

Restart Claude and start building your sites!

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