Kweenkl MCP Server

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

Remote serverstreamable-httpGo

What is the Kweenkl MCP server?

Push notifications for AI agents - send instant iPhone notifications from any MCP client. The kweenkl mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 2 defined tools rather than through you.

What it actually does

  1. Download the kweenkl iOS app 2. Go to Settings in the app and copy your Device Token 3. Add the MCP server to your AI client:

Its toolset

Everything the assistant can do here goes through one of these:

  • Setup — 1. Download the kweenkl iOS app 2. Go to Settings in the app and copy your Device Token 3. Add
  • Links — The Links tool exposed by this server

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration

You will need one environment variable: YOUR_DEVICE_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Kweenkl's toolset — Setup, Links — is a fair guide to whether it matches your workflow. It is maintained by antoinedelorme; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the kweenkl mcp server does with a few real requests.

Available tools

ToolWhat it does
Setup1. 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:
LinksThe Links tool exposed by this server.

Configuration

VariableDescriptionRequired
YOUR_DEVICE_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Kweenkl to Setup.
  • Use Kweenkl to Links.

Frequently asked questions

It connects Kweenkl to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Setup, Links) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Kweenkl directly.