# kweenkl-mcp [Health: Active]

**Category:** 💬 Communication  
**Repository:** https://github.com/antoinedelorme/kweenkl-mcp  
**GitHub Stars:** 0  
**Views:** 3  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/kweenkl-mcp

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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "kweenkl-mcp": {
    "url": "https://api.kweenkl.com/mcp"
  }
}
```

## Documentation

## What kweenkl-mcp MCP server does

The kweenkl-mcp MCP server lets an AI client send notifications to an iPhone through the Kweenkl service. It is intended for agent workflows that need to alert a person on a mobile device. The destination device is identified with a Device Token obtained from the Kweenkl iOS app.

The repository describes the local MCP implementation as deprecated. The supported approach is to connect to the hosted server at `https://api.kweenkl.com/mcp`, avoiding a local installation.

## How it works

The hosted endpoint communicates with MCP clients over HTTP. Requests must include the device token in the `X-Kweenkl-Device-Token` header. Kweenkl uses that token to identify the iPhone that should receive the notification.

Claude Code can register the endpoint with its MCP configuration and pass the header during setup. ChatGPT supports the same hosted endpoint through its Apps and Connectors settings, where authentication uses OAuth and prompts for the device token. Other MCP clients can use the endpoint directly if they support the required connection method and custom header.

The kweenkl-mcp MCP server does not require the deprecated local repository to be installed for this hosted setup. The service's complete API reference is linked from the project as `https://kweenkl.com/skill.md`.

## Setup and configuration

1. Download the Kweenkl iOS app from the TestFlight link provided by the project.
2. Open the app's Settings section.
3. Copy the displayed Device Token.
4. Configure an MCP client to use `https://api.kweenkl.com/mcp`.
5. Supply the token as the `X-Kweenkl-Device-Token` request header, or enter it when ChatGPT's OAuth setup requests it.

For Claude Code, the documented registration uses the `claude mcp add` command with HTTP transport, user scope, and the device-token header. The README does not provide a local package command for running the deprecated implementation.

## Tools and capabilities

- Send push notifications to a configured iPhone.
- Expose the notification service through an MCP-compatible remote endpoint.
- Authenticate requests with a Kweenkl Device Token header.
- Support Claude Code, ChatGPT, and other MCP clients through their documented connection options.

## Limitations and notes

The local MCP server is explicitly deprecated. Do not treat the repository as the recommended deployment target; use the hosted endpoint instead.

An iPhone with the Kweenkl iOS app is required, and the setup requires a Device Token from that app. The provided material does not list individual MCP tool names, notification payload fields, delivery guarantees, rate limits, or support for destinations other than an iPhone.

The project is licensed under MIT. The README does not state whether the hosted service has usage limits or charges, so those details should be confirmed in Kweenkl's documentation.

_Full upstream README: https://allmcps.com/mcp/kweenkl-mcp/readme_

