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.
Connect Claude Desktop or Claude Code to Boomlink with the MCP endpoint, then create, preview, publish, and manage hosted websites from conversation.
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.
| Client | Config Location | Best For |
|---|---|---|
| Claude Desktop | Claude Desktop MCP settings | Authoring and publishing Boomlink sites from the desktop app. |
| Claude Code | Project .mcp.json | Keeping Boomlink site work close to a local project or code workspace. |
Install
Download and install Claude Desktop, then enable MCP in settings.
Configure
Add the following to your Claude MCP config file:
{
"mcpServers": {
"boomlink": {
"url": "https://boomlink.ai/api/v1/mcp/0.0.1"
}
}
}Execute
Restart Claude Desktop. Boomlink tools appear automatically, then ask Claude to create your first site.
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"
}
}
}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.
Show me the Boomlink starter templatesCreate a SaaS landing page with BoomlinkPreview my Boomlink site before publishingMost Claude connection issues come from an outdated endpoint, an unfinished OAuth flow, or a client restart that has not happened yet.
| Symptom | Fix |
|---|---|
| Boomlink tools do not appear | Confirm the MCP endpoint is pasted exactly, restart Claude, and verify the Boomlink OAuth consent completed. |
| Authentication fails | Open boomlink.ai in the same browser profile, sign in, then reconnect the MCP server so OAuth can issue a fresh token. |
| A site cannot publish | Preview the site first, check the build status, then call publish-site again after the preview is ready. |
Yes. Add the Boomlink MCP endpoint to Claude Desktop, restart the app, and complete OAuth before asking Claude to create or manage a site.
Yes. Add the same Boomlink MCP endpoint to your project .mcp.json so Claude Code can discover Boomlink tools for that workspace.
Claude can create sites, list templates, manage forms and assets, preview drafts, publish versions, and roll back a published site through Boomlink MCP tools.