Apple Notes for Gemini CLI
io.github.jonathanrreed/apple-mcp-notes
Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Apple Notes in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"apple-mcp-notes": {
"command": "uvx",
"args": [
"apple-mcp-notes"
],
"env": {
"APPLE_NOTES_MCP_SAFETY_MODE": "<APPLE_NOTES_MCP_SAFETY_MODE>",
"APPLE_NOTES_MCP_ALLOWED_ACCOUNTS": "<APPLE_NOTES_MCP_ALLOWED_ACCOUNTS>",
"APPLE_NOTES_MCP_ALLOWED_FOLDERS": "<APPLE_NOTES_MCP_ALLOWED_FOLDERS>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs