From your workflow
to your iPhone.

Send a task result, workflow failure, or deployment update to your phone with an HTTP request or the hosted MCP service.

Download on the App Store

Five channels free. A one-time in-app purchase unlocks unlimited channels; see the App Store for regional pricing.

Receive your first notification

  1. Install Kweenkl on your iPhone and allow notifications.
  2. Create a channel for one project or workflow.
  3. Copy its webhook URL from the channel information screen.
  4. Use that URL in the tool that will send your updates.

For a first test, replace YOUR_CHANNEL_TOKEN with the token from your own channel URL:

curl --fail-with-body -X POST 'https://api.kweenkl.com/webhook/YOUR_CHANNEL_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{"title":"Workflow complete","message":"Your report is ready."}'

Confirm the notification on your phone. This sends to everyone subscribed to that channel. Keep the webhook URL private: it grants permission to send. Share the channel's subscribe link or QR code when inviting people to receive updates.

Connect an AI assistant

The hosted MCP endpoint is https://api.kweenkl.com/mcp. It requires authentication to access your channels. Follow the client-specific setup instructions for your assistant.

Use one channel per project to keep results separate. Scripts and automations can send to the same channel through HTTP, independently of an AI session.

Using an older local installation?

The old local MCP implementation is retired. New users should connect to the hosted endpoint above; installing the old repository is not required. The Kweenkl app and hosted service remain available.