kweenkl MCP Server

kweenkl MCP Server

Enables AI assistants to send push notifications through the kweenkl service. Allows users to receive contextual notifications from their AI when tasks are complete or important events occur.

Category
访问服务器

README

kweenkl MCP Server

🚀 PRE-LAUNCH: kweenkl is currently in pre-launch mode. Join our early access program to get notifications from your AI assistant!

MCP (Model Context Protocol) server that allows AI assistants to send kweenkl notifications.

What is kweenkl?

The verb "kweenkl" means to send a notification using kweenkl. When an AI can "kweenkl" you, it transforms from a conversational tool into an active assistant that can tap you on the shoulder when needed.

Pre-Launch Access

kweenkl is currently in pre-launch. During this phase:

  • The service is fully functional and ready to use
  • We're gathering feedback from early adopters
  • Official launch coming soon with more features

Try it now with our demo webhook token: 51fa2b2d-2080-4a73-b059-7e67712d93f7

Installation

npm install

Configuration

Claude Desktop (macOS)

Edit: ~/Library/Application Support/Claude/claude_desktop_config.json

Basic setup (notifications only):

{
  "mcpServers": {
    "kweenkl": {
      "command": "node",
      "args": ["/absolute/path/to/kweenkl-mcp-server/index.js"]
    }
  }
}

With channel management (recommended):

{
  "mcpServers": {
    "kweenkl": {
      "command": "node",
      "args": ["/absolute/path/to/kweenkl-mcp-server/index.js"],
      "env": {
        "KWEENKL_DEVICE_TOKEN": "your-device-token-here"
      }
    }
  }
}

Claude Desktop (Windows)

Edit: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "kweenkl": {
      "command": "node",
      "args": ["C:\\path\\to\\kweenkl-mcp-server\\index.js"]
    }
  }
}

Other MCP Clients

Consult your MCP client's documentation for stdio server configuration. The server requires:

  • Node.js executable
  • Path to index.js
  • Optional environment variables

Usage

Once configured, ask your AI assistant:

  • "kweenkl me when you're done"
  • "Send a high priority kweenkl about the deployment"
  • "kweenkl the team with the summary"

Example Interactions

Basic notification:

User: "kweenkl me with 'Hello World'"
AI: I'll send that notification now.
Response: ✅ Successfully kweenkled! 📱 1 subscriber(s) notified

With priority:

User: "Send a high priority kweenkl about the server being down"
AI: I'll send a high priority notification.
Response: ✅ Successfully kweenkled! 📱 3 subscriber(s) notified

Contextual notification:

User: "Analyze this log file and kweenkl me if you find errors"
AI: I'll analyze the log file now.
[AI analyzes file and finds errors]
AI: Found 5 errors. I'll kweenkl you with the summary.
Response: ✅ Successfully kweenkled!

Getting Your Webhook Token

Option 1: Use Demo Token (Pre-Launch)

Try kweenkl immediately with our demo webhook token:

51fa2b2d-2080-4a73-b059-7e67712d93f7

This demo token lets you test the service right away. Notifications sent to this token will be delivered to the kweenkl team's test channel.

Option 2: Get Your Own Token

  1. Open kweenkl iOS app (join our TestFlight for pre-launch access)
  2. Open a channel
  3. Tap info icon
  4. Copy webhook token

Environment Variables

  • KWEENKL_DEVICE_TOKEN - Your device token for channel management (optional but recommended)
  • KWEENKL_API_URL - API base URL (default: https://api.kweenkl.com)
  • KWEENKL_DEBUG - Enable debug logging (set to 'true')

Tools Available

Core Tool

kweenkl

Send a push notification to a channel.

The kweenkl tool accepts the following parameters:

  • webhook_token (required): Your channel's webhook token
  • message (required): The notification message (max 500 chars recommended)
  • title (optional): Brief title for the notification (max 50 chars recommended)
  • priority (optional): Priority level - "low", "normal" (default), or "high"
  • payload (optional): Custom JSON object for additional metadata

Channel Management Tools (requires KWEENKL_DEVICE_TOKEN)

kweenkl_list_channels

List all your notification channels with their webhook URLs.

No parameters required

Example usage:

User: "Show me all my kweenkl channels"
AI: [Uses kweenkl_list_channels tool]
Response:
📢 Your kweenkl channels (3):

1. **Production Alerts**
   ID: abc-123
   Webhook: https://api.kweenkl.com/webhook/xyz-789
   Notifications: 42

2. **Daily Reports**
   ID: def-456
   Webhook: https://api.kweenkl.com/webhook/uvw-789
   Notifications: 7

kweenkl_create_channel

Create a new notification channel.

Parameters:

  • name (required): Channel name
  • description (optional): Channel description
  • color (optional): Hex color code (e.g., "#FF0000")
  • icon (optional): Icon name

Example usage:

User: "Create a channel called 'Server Alerts' with a red color"
AI: [Uses kweenkl_create_channel tool]
Response:
✅ Channel created!

**Server Alerts**
ID: new-channel-id
Webhook URL: https://api.kweenkl.com/webhook/new-token

You can now send notifications to this channel!

kweenkl_update_channel

Update an existing channel's properties.

Parameters:

  • channel_id (required): Channel ID to update
  • name (optional): New name
  • description (optional): New description
  • color (optional): New hex color
  • icon (optional): New icon name

Example usage:

User: "Rename the 'Test' channel to 'Production'"
AI: [Uses kweenkl_list_channels to find the channel ID, then kweenkl_update_channel]
Response:
✅ Channel updated!

**Production**
ID: abc-123
Webhook: https://api.kweenkl.com/webhook/xyz-789

kweenkl_delete_channel

Delete a notification channel permanently.

Parameters:

  • channel_id (required): Channel ID to delete

Example usage:

User: "Delete the 'Old Test' channel"
AI: [Uses kweenkl_list_channels to find the channel ID, then kweenkl_delete_channel]
Response:
✅ Channel "Old Test" deleted successfully.

Testing

Run the test suite:

npm test

Or test manually with the MCP Inspector:

npm install -g @modelcontextprotocol/inspector
mcp-inspector node /path/to/kweenkl-mcp-server/index.js

Troubleshooting

Issue Solution
Server not appearing in AI Check JSON syntax in config file, verify file path, restart AI client
404 errors Verify webhook token in kweenkl app
No notifications received Ensure you're subscribed to the channel in the iOS app
Network errors Check firewall/proxy settings, ensure api.kweenkl.com is accessible

Requirements

  • Node.js 18+
  • Valid kweenkl webhook token
  • Internet connection

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选