Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ’¬ Communication
  3. Kweenkl MCP
Kweenkl MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/23/2026, 3:31:13 AM

Kweenkl MCP

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
notificationsiphonecommunicationmcp

Sends iPhone push notifications through a hosted MCP endpoint using a kweenkl device token.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "kweenkl-mcp": {
      "url": "https://api.kweenkl.com/mcp"
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesšŸ’¬ More in Communication

Overview

The kweenkl-mcp MCP server sends push notifications to an iPhone through Kweenkl's hosted MCP endpoint. Clients connect over HTTP to https://api.kweenkl.com/mcp and provide the device token in the X-Kweenkl-Device-Token header. Use it when an AI agent needs to notify a specific iPhone, rather than when a local MCP process is required. The repository's local server is deprecated, so new setups should use the remote endpoint.

Use cases

•Send an agent completion alert to an iPhone
•Notify a user about an automated workflow event
•Connect an MCP client to a mobile notification destination

Key features

•Send push notifications to an iPhone
•Hosted MCP endpoint over HTTP
•Device-token authentication
•Claude Code configuration support
•ChatGPT Apps and Connectors support

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Kweenkl MCP.

Extracted Tool Capabilities
Send push notifications to an iPhone
Hosted MCP endpoint over HTTP
Device-token authentication
Claude Code configuration support
ChatGPT Apps and Connectors support

How Kweenkl MCP works

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.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Communication View all alternatives
  • Apprise RMCP logoApprise RMCP

    Rust MCP server and CLI for Apprise notification fan-out across dozens of delivery backends.

    šŸ’¬ Communication2 views
    Compare vs Apprise RMCP →
  • Slack MCP Server logoSlack MCP Server

    The most powerful MCP server for Slack Workspaces.

    šŸ’¬ Communication1 views
    Compare vs Slack MCP Server →
  • Paigy AI MCP logoPaigy AI MCP

    Call, text, or push the user's phone when an agent needs input mid-task — reply by voice instead of babysitting a long-running or blocked terminal. Works with any MCP client, not just Claude. Install: npx -y @paigy/mcp@latest.

    šŸ’¬ Communication3 views
    Compare vs Paigy AI MCP →
  • Telegram MCP logoTelegram MCP

    Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, and handling read status

    šŸ’¬ Communication2 views
    Compare vs Telegram MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

Last commit
3mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Kweenkl MCP

You do not need to install the deprecated local server. Configure an MCP client to use https://api.kweenkl.com/mcp and provide a Device Token.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewKweenkl MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/kweenkl-mcp?style=directory)](https://allmcps.com/mcp/kweenkl-mcp)
HTML Embed
<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>

Technical Specs & Signals

CategoryšŸ’¬Communication
PricingFree
More technical detailsExpand ā–¾
TransportSSE (Remote)
AuthAPI key
LicenseMIT
Last updatedSep 12, 2026
11/15 checks healthy over the last 45d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 5, 2026
37Quality signal: Fair Ā· 37/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

ā˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ’¬ Communication →Best MCP servers for Slack & Communication →Alternatives to Kweenkl MCP →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients