Apple Notes for Zed
io.github.jonathanrreed/apple-mcp-notes
Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.
client:Zed
transport:stdio
runtime:pypi
Install Apple Notes in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs