Skip to content
Cline

mcp apple notes for Cline

io.github.henilcalagiya/mcp-apple-notes

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

client:Cline transport:stdio runtime:pypi

Install mcp apple notes in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp apple notes in other clients