# kweenkl-mcp MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-antoinedelorme-kweenkl-mcp
- Repository: https://github.com/antoinedelorme/kweenkl-mcp
- Website: https://kweenkl.com

## Install
- Endpoint: https://api.kweenkl.com/mcp
- Auth: Not captured

## Setup notes
- Remote header: X-Kweenkl-Device-Token (secret)
- Remote endpoint: https://api.kweenkl.com/mcp
- Header: X-Kweenkl-Device-Token

## Tools
- kweenkl_status - Check kweenkl server connectivity and status. Use this to verify the connection is working before sending notifications. No authentication required. Endpoint: https://api.kweenkl.com/mcp
- 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 waitlist. Endpoint: https://api.kweenkl.com/mcp
- 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. Endpoint: https://api.kweenkl.com/mcp
- search - Search kweenkl notification channels and messages. Use this to find channels by name or search through notification history. Endpoint: https://api.kweenkl.com/mcp
- fetch - Fetch details about a specific kweenkl channel or notification by ID. Endpoint: https://api.kweenkl.com/mcp
- 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. Endpoint: https://api.kweenkl.com/mcp

## Resources
- kweenkl://channels - List of your kweenkl notification channels MIME type: application/json
- kweenkl://status - Current kweenkl server status and connection info MIME type: application/json

## Prompts
- send_notification - Send a push notification to your iPhone via kweenkl Arguments: message, channel
- notify_when_done - Send a notification when a long-running task completes Arguments: task_description
- alert_on_error - Send a high-priority alert when an error occurs Arguments: error_message

## Metadata
- Owner: io.github.antoinedelorme
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 5, 2026
- Source: https://registry.modelcontextprotocol.io
