Odel
mcp apple notes

mcp apple notes

Local
@henilcalagiya52PythonMITUpdated 12mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-apple-notesv0.1.2

Run

uvx mcp-apple-notes

MCP client config

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