Skip to content
Claude Desktop

lavela for Claude Desktop

io.github.ym2629/lavela

Launch and operate a SaaS from one conversation — domain, hosting, email, Stripe, ads, security.

client:Claude Desktop transport:streamable-http

Install lavela in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "lavela": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://console.lavela.dev/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

lavela in other clients