What is the Apple Notes MCP server?
Semantic search + connection-discovery across your own Apple Notes (bridges, synthesis).
How to install Apple Notes
Copy-paste configuration for popular MCP clients.
OPENAI_API_KEYsecretOnly required for synthesis. Set to 'local' when pointing SYNTH_BASE_URL at a local OpenAI-compatible server (LM Studio / Ollama); set to a funded key for real OpenAI. Search, bridges, entities run on-device with no key.
SYNTH_BASE_URLOptional OpenAI-compatible base URL for synthesis (e.g. http://localhost:1234/v1 for LM Studio). Keeps notes on-device.
SYNTH_MODELOptional model id for synthesis when SYNTH_BASE_URL is set (defaults to gpt-4o-mini for real OpenAI).
{
"mcpServers": {
"mcp-apple-notes": {
"command": "https://github.com/connerkward/mcp-apple-notes/releases/download/v1.0.2/mcp-apple-notes.mcpb",
"args": [],
"env": {
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"SYNTH_BASE_URL": "<YOUR_SYNTH_BASE_URL>",
"SYNTH_MODEL": "<YOUR_SYNTH_MODEL>"
}
}
}
}{
"mcpServers": {
"mcp-apple-notes": {
"command": "https://github.com/connerkward/mcp-apple-notes/releases/download/v1.0.2/mcp-apple-notes.mcpb",
"args": [],
"env": {
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"SYNTH_BASE_URL": "<YOUR_SYNTH_BASE_URL>",
"SYNTH_MODEL": "<YOUR_SYNTH_MODEL>"
}
}
}
}{
"mcpServers": {
"mcp-apple-notes": {
"command": "https://github.com/connerkward/mcp-apple-notes/releases/download/v1.0.2/mcp-apple-notes.mcpb",
"args": [],
"env": {
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"SYNTH_BASE_URL": "<YOUR_SYNTH_BASE_URL>",
"SYNTH_MODEL": "<YOUR_SYNTH_MODEL>"
}
}
}
}{
"servers": {
"mcp-apple-notes": {
"type": "stdio",
"command": "https://github.com/connerkward/mcp-apple-notes/releases/download/v1.0.2/mcp-apple-notes.mcpb",
"args": [],
"env": {
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"SYNTH_BASE_URL": "<YOUR_SYNTH_BASE_URL>",
"SYNTH_MODEL": "<YOUR_SYNTH_MODEL>"
}
}
}
}claude mcp add mcp-apple-notes --env OPENAI_API_KEY=<YOUR_OPENAI_API_KEY> --env SYNTH_BASE_URL=<YOUR_SYNTH_BASE_URL> --env SYNTH_MODEL=<YOUR_SYNTH_MODEL> -- https://github.com/connerkward/mcp-apple-notes/releases/download/v1.0.2/mcp-apple-notes.mcpbRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.