Dingzeefs/mcp-apple-notes
Built by Metorial, the integration platform for agentic AI.
Dingzeefs/mcp-apple-notes
Server Summary
Semantic search
Full-text search
Indexing Apple Notes
Vector storage management
Integration with Apple Notes
A Model Context Protocol (MCP) server for semantic search and retrieval over Apple Notes.
git clone https://github.com/Dingzeefs/mcp-apple-notes.git
cd mcp-apple-notes
bun install
Open Cursor IDE
Go to Settings → Features → MCP
Add a new MCP server with the following configuration:
/path/to/bun /path/to/mcp-apple-notes/index.ts
Replace /path/to/bun
with the actual path to your Bun executable (find it using which bun
)
and /path/to/mcp-apple-notes
with the actual path to this repository.
Restart Cursor IDE
Once configured, you can use the following tools in your conversations with Claude:
If you encounter issues:
MIT