Read Remind classes, chats and messages, and manage notification settings.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Remind MCP.
remind_meThe signed-in account.
remind_list_entitiesClasses and chats with unread counts β **start here**, it yields the uuids.
remind_get_classesFull class detail by uuid.
remind_list_chatsConversation streams and their permissions (`canSend`).
remind_get_messagesMessages in a chat stream.
remind_get_notification_settingsPreferences and delivery devices.
MCP server for Remind β read your classes, chats and messages, and manage notification settings.
This project was developed and is maintained by AI. Use at your own discretion.
Remind exposes a single GraphQL endpoint that is reachable server-side, so only the credential needs a browser: the session is lifted once from a signed-in tab through the fetchproxy bridge, and every request after that is a plain server-side fetch.
Two headers are captured from a signed-in remind.com tab: the full Cookie header and the
x-csrf-token value. Either let the bridge capture them (needs the Transporter Chrome
extension and a signed-in tab), or supply them yourself:
| Variable | Required | Description |
|---|---|---|
REMIND_COOKIE | no | Captured Cookie request header. Skips the bridge when set with the next one. |
REMIND_CSRF_TOKEN | no | Captured x-csrf-token value. |
REMIND_WS_PORT | no | fetchproxy bridge concentrator port (default 37149). |
REMIND_SESSION_FILE | no | Where the captured session is cached. Defaults to $MCP_DATA_DIR/$HOME under .remind-mcp. |
The server boots without either, so a host's install-time tools/list probe succeeds; the
error surfaces on the first tool call instead.
The browser is needed once. A captured session is cached (mode 0600) and reused across
restarts, and every call after the bootstrap is a plain server-side fetch. This matters because
the capture completes only while the signed-in tab is actually issuing a /graphql request β so
without the cache, a restart would sit waiting unless you happened to be using Remind.
| Tool | |
|---|---|
remind_me | The signed-in account. |
remind_list_entities | Classes and chats with unread counts β start here, it yields the uuids. |
remind_get_classes | Full class detail by uuid. |
remind_list_chats | Conversation streams and their permissions (canSend). |
remind_get_messages | Messages in a chat stream. |
remind_get_notification_settings | Preferences and delivery devices. |
remind_set_notification_devices | Enable/disable delivery devices. Confirm-gated. |
remind_send_message | Send to a chat or class. Confirm-gated. |
remind_graphql | Arbitrary read-only GraphQL; introspection is enabled. Mutations refused. |
remind_healthcheck | Verify the session still authenticates. |
Write tools take confirm: true. Without it they make no network call and return a dry-run
preview of the exact payload.
skills/remind-fpx/ is a shell-only skill covering the same read surface with fpx + curl β
no MCP process required.
errors[0].message = "Unauthorized"; the same
string also means "your account may not do that" (scheduled messages are owner/teacher-only).Internal service error, not a field error β introspect rather
than guess. docs/REMIND-API.md is the capture log.MIT
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/remind-mcp)<a href="https://allmcps.com/mcp/remind-mcp"><img src="https://allmcps.com/api/badge/remind-mcp?style=directory" alt="Remind MCP on AllMCPs" /></a>