AlwaysNotify MCP
AlwaysNotify exposes a secure remote Model Context Protocol (MCP) server. Add one URL, sign in with OAuth, and Claude can help with alerts and reminders using your existing household permissions.
Sign in to AlwaysNotifyhttps://app.alwaysnotify.com/api/mcp
This is the resource URL to paste into Claude. Never add an Authorization header or personal token—Claude starts the OAuth flow automatically when the server responds.
On Team and Enterprise plans, an organization owner may need to add the custom connector before members can connect it.
Add the recommended remote HTTP server from a terminal:
claude mcp add --transport http alwaysnotify https://app.alwaysnotify.com/api/mcp
Then start the OAuth flow:
claude mcp login alwaysnotify
You can also open /mcp inside an interactive Claude Code session and authenticate AlwaysNotify there.
create_reminder_series, then list them, skip the next occurrence, or cancel the series.create_reminder. Assignment marks work ownership and does not change who the reminder pages.Tool calls use the same membership and permission checks as the AlwaysNotify app. The model cannot choose a different household or grant itself broader access. MCP does not add a separate source-reading tool; paste the source text you want saved as a TODO. It also does not expose Settings, connection OAuth, or rule authoring—use the dashboard for “ignore next time” and other rule changes.
OAuth access tokens are issued by WorkOS AuthKit for this exact MCP resource. Each request is mapped back to your current WorkOS user and active household membership before a tool runs. If membership is removed, access fails closed.
Review Claude's connector permissions before approving access. Disconnect the connector in Claude settings whenever you no longer want Claude to use AlwaysNotify.
No. AlwaysNotify uses the standard MCP OAuth flow. Claude discovers AuthKit, opens a secure sign-in and consent screen, and manages short-lived access credentials for you.
Claude can manage visible alerts and triage corrections; create and organize reminder lists and TODOs; create, skip, or cancel recurring series; and set a reminder-specific escalation ladder. Every action is limited to your active household membership and permissions.
Yes. Remove or disconnect the AlwaysNotify connector in Claude settings. You can reconnect later through the same OAuth flow.
No. Authentication happens with WorkOS AuthKit. Claude receives an audience-bound OAuth access token, never your password or an AlwaysNotify session cookie.