Access and manage Apple Notes on macOS via AppleScript.
A Claude MCP integration that allows seamless interaction with Apple Notes through natural language.
git clone https://github.com/yourusername/NotesY.git
cd NotesY
npm install
npm run build
~/Library/Application Support/Claude/claude_desktop_config.json
):{
"mcpServers": {
"NotesY": {
"command": "node",
"args": ["/absolute/path/to/NotesY/dist/index.js"]
}
}
}
Simply talk to Claude Desktop and ask it to:
Create a note titled 'shopping list' with items: milk, eggs, bread
Add meeting notes to my 'work' note
Delete my 'old tasks' note
Search for notes with 'project'
You can also just give Claude long text and it will create a note with appropriate title:
Create a comprehensive trip plan for Krabi, Thailand, including recommended duration, best time to visit, must-see attractions, accommodation options, transportation tips, food recommendations, and budget considerations.
For testing without Claude, you can use the built-in CLI:
npm run cli
This lets you enter natural language commands directly and see the results.
git clone https://github.com/yourusername/NotesY.git
cd NotesY
npm install
npm run build
npm run dev
To run the Express server for API testing:
START_EXPRESS_SERVER=true npm run dev
NotesY uses AppleScript to interact with the macOS Notes app, providing natural language understanding through an MCP integration with Claude Desktop.
An optimized, read-only MCP server for the Notion API with asynchronous processing.
Manage Obsidian vaults with knowledge graph operations and AI-powered features.
MCP server that connects to the whole Microsoft 365 suite (Microsoft Office, Outlook, Excel) using Graph API (including mail, files, calendar)
A CalDAV MCP server to expose calendar operations as tools for AI assistants.
Integrates with the Mautic marketing automation platform.
Trello Desktop MCP server that enables Claude Desktop to interact with Trello boards, cards, lists, and team members through natural language commands.
A universal remote MCP server that connects to popular productivity tools such as Notion, Monday, AirTable, and many more.
Connect your Limitless Pendant data to Claude and other LLMs using the Limitless API.
An MCP server for integrating Todoist with Cursor AI. Requires a Todoist API token.
An MCP proxy bridge for the Leantime project management system, forwarding JSON-RPC messages with proper authentication.