Back to Browse

Kweenkl MCP Server

Developer ToolsModerate5.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://api.kweenkl.com/mcp

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-structured MCP server for sending push notifications via the kweenkl API. Authentication is properly handled via device tokens and webhook tokens stored in environment variables. The code has good error handling and input validation. One moderate concern is the hardcoded webhook token visible in test files, which should use environment variables instead. Permissions are appropriate for the stated purpose (network_http for API calls, env_vars for credentials). Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).

7 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub 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
  2. Go to Settings in the app and copy your Device Token
  3. Add the MCP server to your AI client:

Claude Code:

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 for the complete API reference.

Links

License

MIT

Reviews

No reviews yet

Be the first to review this server!