Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

io.github.antoinedelorme/kweenkl-mcp

io.github.antoinedelorme/kweenkl-mcp

Push notifications for AI agents - send instant iPhone notifications from any MCP client.

Uptime
100.0%
1 direct probes · 30d
Response
169ms
last probe
Tools
6
callable
Resources
2
readable
Prompts
3
available

Tools · 6

kweenkl_status

Check kweenkl server connectivity and status. Use this to verify the connection is working before sending notifications. No authentication required.

kweenkl_login

Start the kweenkl login/onboarding flow. If the user provides their device_token (from the iOS app), this will immediately create their webhook. Otherwise, guides them to download the app or join the …

kweenkl_login_check

Check the status of a device authorization flow. Call this after kweenkl_login to see if the user has approved the connection in their iOS app.

search

Search kweenkl notification channels and messages. Use this to find channels by name or search through notification history.

fetch

Fetch details about a specific kweenkl channel or notification by ID.

kweenkl

Send a push notification using kweenkl. The verb 'kweenkl' means to send a notification. Use this to notify users about important events, updates, or information that requires immediate attention.

Resources · 2

Notification Channels

List of your kweenkl notification channels

kweenkl://channels
Server Status

Current kweenkl server status and connection info

kweenkl://status

Prompts · 3

send_notification

Send a push notification to your iPhone via kweenkl

notify_when_done

Send a notification when a long-running task completes

alert_on_error

Send a high-priority alert when an error occurs

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.antoinedelorme/kweenkl-mcp": {
      "url": "https://api.kweenkl.com/mcp",
      "transport": "streamable-http"
    }
  }
}