remind-mcp

chrischall/remind-mcp
★ 0 stars TypeScript Communication Updated 6d ago
MCP server for Remind (remind.com) — classes, chats, messages and notification settings.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "remind-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrischall/remind-mcp"
      ]
    }
  }
}

README Excerpt

MCP server for [Remind](https://www.remind.com) — 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

Tools (14)

REMIND_COOKIEREMIND_CSRF_TOKENREMIND_SESSION_FILEREMIND_WS_PORTremind_get_classesremind_get_messagesremind_get_notification_settingsremind_graphqlremind_healthcheckremind_list_chatsremind_list_entitiesremind_meremind_send_messageremind_set_notification_devices