remindersmcp for VS Code
io.github.aernouddekker/remindersmcp
MCP server for macOS Reminders.app — list and reminder management via AppleScript
client:VS Code
transport:stdio
runtime:npm
Install remindersmcp in VS Code
.vscode/mcp.json
{
"servers": {
"remindersmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aernoud/remindersmcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs