Skip to main content
Glama
mkozhukh

notes-mcp

by mkozhukh

notes

Tools for working with Apple Notes: bulk export to markdown and an MCP server for LLM access.

Install

bun install

Related MCP server: Apple Notes MCP Server

Export

Bulk-export all Apple Notes to markdown files with images and folder structure preserved.

bun export-notes.ts

By default notes are exported to ./exported. Use -o to specify a custom output folder:

bun export-notes.ts -o ~/Documents/my-notes
  • Fetches all notes from Apple Notes (all accounts, nested folders)

  • Converts HTML to markdown

  • Extracts embedded images to an images/ subfolder

  • Preserves 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.ts

Tools

  • list_notes — list all notes with metadata; optional search filter (matches name and folder)

  • get_note — fetch a single note as markdown with YAML frontmatter

  • create_note — create a new note from markdown

  • add_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.ts
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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