Skip to content
Zed

mcp apple notes for Zed

io.github.henilcalagiya/mcp-apple-notes

MCP server for Apple Notes integration using AppleScript with full CRUD operations

client:Zed transport:stdio runtime:pypi

Install mcp apple notes in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-apple-notes": {
      "command": "uvx",
      "args": [
        "mcp-apple-notes"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp apple notes in other clients