apple reminders for VS Code
io.github.high5-ventures/apple-reminders
Fast, native macOS Apple Reminders via EventKit. 10-200x faster than AppleScript alternatives.
client:VS Code
transport:stdio
runtime:npm
Install apple reminders in VS Code
.vscode/mcp.json
{
"servers": {
"apple-reminders": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@high5ventures/apple-reminders-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs