Labsco
Siddhant-K-code logo

Apple Notes

โ˜… 22

from Siddhant-K-code

Interact with Apple Notes using natural language on macOS.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

[!Caution] Not actively maintained. Use at your own risk!

๐Ÿ“ Apple Notes MCP Server

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! ๐ŸŽ‰

Apple Notes Server MCP server

๐ŸŽฏ Features

  • Create Notes: Quickly create new notes with titles, content, and tags ๐Ÿ“
  • Search Notes: Find notes using powerful search capabilities ๐Ÿ”
  • Retrieve Content: Get the full content of any note by its title ๐Ÿ“–
  • iCloud Integration: Works directly with your iCloud Notes account โ˜๏ธ

๐Ÿ“š Example Use Cases

1. Quick Note Taking

Create notes during meetings or brainstorming sessions:

{
"title": "Team Meeting Notes",
"content": "Discussion points:\n1. Project timeline\n2. Resource allocation",
"tags": ["meetings", "work"]
}

2. Information Retrieval

Search for specific notes when you need them:

{
"query": "meeting"
}

3. Content Review

Get the full content of a specific note:

{
"title": "Team Meeting Notes"
}

โšก Tips for Best Results

  • Ensure your Apple Notes app is properly configured with iCloud
  • Use descriptive titles for better searchability
  • Include relevant tags when creating notes for better organization

๐Ÿ”ง Development

The project uses TypeScript and follows modern ES modules patterns. Key files:

  • src/index.ts: Main server implementation
  • src/services/appleNotesManager.ts: Core note management functionality
  • src/utils/applescript.ts: AppleScript integration utilities

Development Container

A development container configuration is provided for VS Code users, offering:

  • TypeScript Node.js environment
  • Prettier for code formatting
  • Automatic dependency installation

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with โค๏ธ for Apple Notes users