Qiscus Builder App MCP (Coolify)

Ask Claude to build a landing page, form, dashboard, or small tool — then deploy it straight to Qiscus internal infrastructure, as easily as having a chat.

Overview

Qiscus Builder App MCP is Qiscus’s “internal Netlify,” built on top of Coolify. Just ask Claude to create a landing page, form, dashboard, or other small tool — Claude generates the code, deploys it to Qiscus internal infrastructure, and gives you a https://{id}.coolify.qiscus.io URL you can open right away.

No need to set up a repo, CI/CD, or a server. Iterating happens through chat too: ask for a change, and Claude updates the deployment.

Current limitation: database provisioning is not supported yet. Best for static apps or lightweight tools that don’t need their own data storage.

Capabilities

ToolFunction
deploy_projectDeploy Claude-generated files straight to Coolify, no git repo needed
update_projectUpdate files in an already-deployed project
deploy_appDeploy an application from an existing repository
get_logsPull application logs for debugging
restart_appRestart a running application

Install Steps

  1. Open Claude.aiSettingsConnectors
  2. Click Add custom connector
  3. Enter the Qiscus Coolify MCP URL (ask the SRE team/owner if you don’t have it yet)
  4. Sign in with your Qiscus Google account

Some of the setup still appears limited to OLA/admin access. If the connector doesn’t show up or sign-in fails, contact the tool owner.

Example Prompts

Build a simple landing page for the internal Qiscus Town Hall event,
then deploy it to Coolify and give me the URL.
Update that project: change the primary color to teal and add an
RSVP form. Redeploy.
Pull the logs for app [app-name] — what errors came up in the last hour?