Apple Reminders for Grok
io.github.jonathanrreed/apple-mcp-reminders
List, create, update, complete, and delete reminders in Apple Reminders on macOS.
client:Grok
transport:stdio
runtime:pypi
Install Apple Reminders in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"apple-mcp-reminders": {
"type": "stdio",
"command": "uvx",
"args": [
"apple-mcp-reminders"
],
"env": {
"APPLE_REMINDERS_MCP_SAFETY_MODE": "<APPLE_REMINDERS_MCP_SAFETY_MODE>",
"APPLE_REMINDERS_MCP_ALLOWED_LISTS": "<APPLE_REMINDERS_MCP_ALLOWED_LISTS>"
}
}
}
}
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