Connect
Claude

Connect Claude Desktop or Claude Code to Boomlink with the MCP endpoint, then create, preview, publish, and manage hosted websites from conversation.

What You'll Need

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

Supported Claude Clients

Boomlink uses the same streamable HTTP MCP endpoint for Claude Desktop and Claude Code. The setup location changes, but the authenticated Boomlink tools are the same after OAuth completes.

ClientConfig LocationBest For
Claude DesktopClaude Desktop MCP settingsAuthoring and publishing Boomlink sites from the desktop app.
Claude CodeProject .mcp.jsonKeeping Boomlink site work close to a local project or code workspace.

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, then ask Claude to create your first site.

Using with Claude Code

For Claude Code, add the following to your project's .mcp.json. Keep the endpoint value aligned with the current Boomlink MCP version exposed by the app.

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

Verify the Connection

After Claude restarts, ask it to show your Boomlink starter templates or list your Boomlink sites. A successful response means OAuth, tool discovery, and the MCP session are working.

  • Try: Show me the Boomlink starter templates
  • Try: Create a SaaS landing page with Boomlink
  • Try: Preview my Boomlink site before publishing

Troubleshooting

Most Claude connection issues come from an outdated endpoint, an unfinished OAuth flow, or a client restart that has not happened yet.

SymptomFix
Boomlink tools do not appearConfirm the MCP endpoint is pasted exactly, restart Claude, and verify the Boomlink OAuth consent completed.
Authentication failsOpen boomlink.ai in the same browser profile, sign in, then reconnect the MCP server so OAuth can issue a fresh token.
A site cannot publishPreview the site first, check the build status, then call publish-site again after the preview is ready.

FAQ

Does Boomlink support Claude Desktop?

Yes. Add the Boomlink MCP endpoint to Claude Desktop, restart the app, and complete OAuth before asking Claude to create or manage a site.

Does Boomlink support Claude Code?

Yes. Add the same Boomlink MCP endpoint to your project .mcp.json so Claude Code can discover Boomlink tools for that workspace.

What can Claude do after connecting?

Claude can create sites, list templates, manage forms and assets, preview drafts, publish versions, and roll back a published site through Boomlink MCP tools.

Next Steps