remindersmcp for Grok
io.github.aernouddekker/remindersmcp
MCP server for macOS Reminders.app — list and reminder management via AppleScript
client:Grok
transport:stdio
runtime:npm
Install remindersmcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"remindersmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aernoud/remindersmcp"
]
}
}
}
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