notes-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@notes-mcplist all my notes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
notes
Tools for working with Apple Notes: bulk export to markdown and an MCP server for LLM access.
Install
bun installRelated MCP server: Apple Notes MCP Server
Export
Bulk-export all Apple Notes to markdown files with images and folder structure preserved.
bun export-notes.tsBy default notes are exported to ./exported. Use -o to specify a custom output folder:
bun export-notes.ts -o ~/Documents/my-notesFetches all notes from Apple Notes (all accounts, nested folders)
Converts HTML to markdown
Extracts embedded images to an
images/subfolderPreserves folder hierarchy (e.g.
Row/Test/folder note.md)Adds YAML frontmatter (title, dates, folder, account)
MCP Server
An MCP server that lets LLMs read and write Apple Notes directly.
bun mcp-server.tsTools
list_notes— list all notes with metadata; optionalsearchfilter (matches name and folder)get_note— fetch a single note as markdown with YAML frontmattercreate_note— create a new note from markdownadd_to_note— append markdown to an existing note (preserves existing formatting)
Usage with Claude Code
Add to .claude/settings.json:
{
"mcpServers": {
"apple-notes": {
"command": "bun",
"args": ["mcp-server.ts"],
"cwd": "/path/to/notes"
}
}
}Testing
npx @modelcontextprotocol/inspector bun mcp-server.tsThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseDqualityCmaintenanceEnables interaction with Apple Notes via natural language, supporting note creation, search, and retrieval with iCloud integration for seamless note management.3924MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to read, create, search, update, and delete Apple Notes through natural language conversation, using JXA to communicate directly with the Notes app.82,46227MIT
- Alicense-qualityCmaintenanceEnables AI agents to search, read, create, and append Apple Notes using MCP tools, supporting bulk folder reads and tag search.9MIT
- AlicenseAqualityDmaintenanceEnables AI clients to search, read, create, update, move, and delete Apple Notes on macOS via AppleScript automation.102,4621MIT
Related MCP Connectors
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
AI access to your aNotepad online notes: read, search, write, and organize via 22 tools.
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mkozhukh/notes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server