Sends iPhone push notifications through a hosted MCP endpoint using a kweenkl device token.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Kweenkl MCP.
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.
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.
https://api.kweenkl.com/mcp.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.
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.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kweenkl-mcp)<a href="https://allmcps.com/mcp/kweenkl-mcp"><img src="https://allmcps.com/api/badge/kweenkl-mcp?style=directory" alt="Kweenkl MCP on AllMCPs" /></a>