io.github.antoinedelorme/kweenkl-mcp
Push notifications for AI agents - send instant iPhone notifications from any MCP client.
Open source Repository Open in the app JSON README (API)
About
Push notifications for AI agents - send instant iPhone notifications from any MCP client.
Details
- Kind
- MCP servers
- Topic
- Communication
- Publisher
- antoinedelorme
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 1.1.0
- Last push
- 2026-06-05T21:05:09Z
- Repository state
- ativo
- Language
- JavaScript
- License
- MIT
- Added
- 2026-08-29 03:02:26
- Updated
- 2026-08-29 03:02:26
- Origin id
io.github.antoinedelorme/kweenkl-mcp
README
# kweenkl MCP Server (Deprecated) > **This local MCP server is deprecated.** Use the hosted remote MCP server instead — no installation required. ## Use the Remote MCP Server **Endpoint:** `https://api.kweenkl.com/mcp` ### Setup 1. Download the [kweenkl iOS app](https://testflight.apple.com/join/achwt8Jt) 2. Go to **Settings** in the app and copy your **Device Token** 3. Add the MCP server to your AI client: **Claude Code:** ```bash claude mcp add kweenkl https://api.kweenkl.com/mcp --transport http --scope user --header "X-Kweenkl-Device-Token: YOUR_DEVICE_TOKEN" ``` **ChatGPT:** Add `https://api.kweenkl.com/mcp` in Settings > Apps & Connectors. Authentication is handled via OAuth — you'll be prompted to enter your device token during setup. **Any MCP client:** Point to `https://api.kweenkl.com/mcp` with the `X-Kweenkl-Device-Token` header. ### Full Documentation See [kweenkl.com/skill.md](https://kweenkl.com/skill.md) for the complete API reference. ### Links - [Website](https://kweenkl.com) - [iOS App (TestFlight)](https://testflight.apple.com/join/achwt8Jt) ## License MIT