io.github.nirholas/notifications-mcp icon
io.github.nirholas

notifications-mcp

three.ws Notifications

Read the inbox, mark items read, manage delivery preferences, and register Web Push devices.

stdioofficialservice

Package Details

Transportstdio
Runtimenpx

Environment Variables

THREE_WS_API_KEY(str)
RequiredSecret

A three.ws API key (sk_live_… / sk_test_…) or OAuth access token for the account whose notifications you want to read and manage, carried as Authorization: Bearer. Required — every endpoint is account-scoped. Aliases: THREE_WS_TOKEN, THREE_WS_BEARER. Treat like a password.

THREE_WS_BASE(str)
Default:https://three.ws

Base URL of the three.ws API. Override only when self-hosting or targeting a preview deployment.

THREE_WS_TIMEOUT_MS(num)
Default:20000

Per-request timeout in milliseconds for the live inbox reads/writes.