Skip to content

Conversation

antoinedelorme
Copy link

Summary

Adding kweenkl to the third-party MCP servers list.

About kweenkl

kweenkl is an MCP server that enables AI assistants to send push notifications using natural language commands like "kweenkl me when you're done".

  • Repository: https://github.com/antoinedelorme/kweenkl-mcp
  • Status: Pre-launch (fully functional, gathering early adopter feedback)
  • Demo: Includes example webhook token for immediate testing
  • Language: JavaScript/Node.js
  • Transport: stdio

Features

  • Send notifications with message, title, priority levels (low/normal/high)
  • Optional custom JSON payload for structured data
  • Natural language interface optimized for AI assistants
  • Integration with kweenkl.com webhook API

Pre-Launch Demo

To make onboarding easy, we've included a demo webhook token (51fa2b2d-2080-4a73-b059-7e67712d93f7) in the documentation that anyone can use to test the server immediately.

Checklist

  • Entry added in alphabetical order
  • Logo/favicon included
  • Description is concise and clear
  • Link points to public GitHub repository
  • Server is fully functional and tested

kweenkl is an MCP server that enables AI assistants to send push notifications
using natural language commands. Currently in pre-launch with demo webhook
token available for testing.

Features:
- Send notifications with message, title, priority, and custom payload
- Natural language interface for AI assistants
- Pre-launch demo token for immediate testing
@antoinedelorme
Copy link
Author

Update: Channel Management Features Added

Since submitting this PR, I've added comprehensive channel management capabilities to the kweenkl MCP server:

New Features

4 Additional Tools (when KWEENKL_DEVICE_TOKEN is configured):

  • kweenkl_list_channels - List all notification channels with webhook URLs
  • kweenkl_create_channel - Create new channels programmatically
  • kweenkl_update_channel - Update channel properties (name, description, color, icon)
  • kweenkl_delete_channel - Delete channels

Use Cases

AI assistants can now:

  • Self-setup: "Create a channel called 'Build Alerts' for CI/CD notifications"
  • Organize: "Show me all my kweenkl channels"
  • Manage: "Rename the 'Test' channel to 'Production'"
  • Send: "Kweenkl the Production channel when the deployment completes"

Configuration

The server supports two modes:

  • Basic (notifications only): Just the kweenkl tool
  • Full (with channel management): All 5 tools enabled with device token

All features are live and tested. The pre-launch demo token still works for immediate testing of the core notification functionality.

Repository: https://github.com/antoinedelorme/kweenkl-mcp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant