PluginBench
MCP Server
Active
MIT

io.github.antoinedelorme/kweenkl-mcp MCP Server

io.github.antoinedelorme/kweenkl-mcp

What is the io.github.antoinedelorme/kweenkl-mcp MCP server?

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

How to install io.github.antoinedelorme/kweenkl-mcp

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • X-Kweenkl-Device-Token
    secret

    kweenkl device token (from the iOS app settings). Optional — only needed for channel management tools; sending notifications works with a channel webhook token, and OAuth login is also supported.

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "kweenkl-mcp": {
      "url": "https://api.kweenkl.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "kweenkl-mcp": {
      "serverUrl": "https://api.kweenkl.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "kweenkl-mcp": {
      "type": "http",
      "url": "https://api.kweenkl.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "kweenkl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.kweenkl.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http kweenkl-mcp https://api.kweenkl.com/mcp

Related MCP servers

Agent reputation network — compute tasks, submit proofs, earn ELO via Nostr MCP

View repository →