mcpbeat Sign in

Apple Notes MCP Server

local only

Apple Notes runs on your own machine — the client starts it, so there is no endpoint to ping. 148 installs a week from pypi. Last commit 21 Aug 2026.

Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.

Installs per day peak 494 · avg 52 · -32% w/w
a month agotoday
148
Installs / week
pypi · apple-mcp-notes
12
Stars
1 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Apple Notes every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add apple-mcp-notes -- uvx apple-mcp-notes
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apple-mcp-notes": {
      "args": [
        "apple-mcp-notes"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.apple-mcp-notes]
command = "uvx"
args = ["apple-mcp-notes"]
.cursor/mcp.json
{
  "mcpServers": {
    "apple-mcp-notes": {
      "args": [
        "apple-mcp-notes"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "apple-mcp-notes": {
      "args": [
        "apple-mcp-notes"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Apple Notes

same job, measured the same way
Shade
by just-moh-it

Search, inspect, organize, annotate, share, and automate creative assets in Shade.

answering
Drafto
by drafto

Create, read, search, and organize your Drafto notes and notebooks.

answering
Apple Contacts
by jonathanrreed

Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient.

165 installs/wk local only
Mem
by mem-labs

Securely search, create, and organize your Mem notes and collections from AI assistants.

answering
Apple Shortcuts
by jonathanrreed

List, inspect, and run Apple Shortcuts on macOS.

141 installs/wk local only
Flomo MCP
by plidezus

Connect AI to your flomo notes. Search, create, edit notes and manage tags via MCP.

answering
Apple Mail
by jonathanrreed

Read, search, compose, and send emails via Apple Mail on macOS.

138 installs/wk local only
Upnote Lens MCP
by awesomehye

Read, search, and summarize your UpNote notes — and create new ones.

104 installs/wk local only

Apple Notes — questions

Answers built from our own checks of this server.

Why is there no uptime for Apple Notes?
Apple Notes runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package apple-mcp-notes was installed 148 times last week.
How do I connect Apple Notes?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls apple-mcp-notes straight from pypi; nothing to host, nothing to sign up for.
How many people use Apple Notes?
The pypi package apple-mcp-notes was installed 148 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Apple Notes open source?
Yes — it is published under the MIT licence, written in Python, 12 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.