---
name: "Qiscus Builder App MCP (Coolify)"
description: "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."
type: mcp
roles: ["Engineering", "Product", "Operations"]
activities: ["Build & Deploy", "Prototyping", "Internal Tools"]
tags: ["Coolify", "Build & Deploy", "Internal Platform", "MCP"]
owner: "Ganjar Widiatmansyah, Yoga Setiawan, Asyrof Qomaruddin"
compatibility: "Claude.ai (custom connector)"
---

# 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

| Tool | Function |
| --- | --- |
| `deploy_project` | Deploy Claude-generated files straight to Coolify, no git repo needed |
| `update_project` | Update files in an already-deployed project |
| `deploy_app` | Deploy an application from an existing repository |
| `get_logs` | Pull application logs for debugging |
| `restart_app` | Restart a running application |

## Install Steps

1. Open **Claude.ai** → **Settings** → **Connectors**
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?
```
