Skip to content
Grok

remi for Grok

io.github.mattheworiordan/remi

Apple Reminders CLI and MCP server with section support and iCloud sync

client:Grok transport:stdio runtime:npm

Install remi in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "remi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mattheworiordan/remi"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

remi in other clients