Apple Notes MCP ServerServer

Siddhant-K-code
GitHub
Note TakingiCloud IntegrationProductivity

Loading subscription status...

💡 Description

Apple Notes MCP Server is a Model Context Protocol server that enables seamless interaction with Apple Notes through natural language. Create, search, and retrieve notes effortlessly using Claude or other AI assistants.

📝 JSON Entries

{
  "mcpServers": [
    {
      "apple-notes": {
        "env": {},
        "args": [
          "start"
        ],
        "command": "yarn"
      }
    }
  ]
}

🛠️ Tools

create-noteget-note-contentsearch-notes

Features

  • Create Notes
  • Search Notes
  • Retrieve Content
  • iCloud Integration

💬 Example Queries

  • Create a new note titled 'Meeting Notes' with content 'Discussion points: Project timeline, Resource allocation'
  • Search for notes that include 'meeting'
  • Retrieve the content of the note titled 'Team Meeting Notes'