MCP Apple Notes
@RafalWilinski
关于 MCP Apple Notes
Talk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"fraud": {
"command": "cmd",
"args": []
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Apple Notes?
MCP Apple Notes is a Model Context Protocol (MCP) server that enables semantic search and Retrieval Augmented Generation (RAG) over your Apple Notes. It allows AI assistants like Claude to search and reference your Apple Notes during conversations.
How to use MCP Apple Notes?
Install Bun and Claude Desktop, clone the repository, and run bun install. Then configure the claude_desktop_config.json file with the server command pointing to index.ts. Restart Claude Desktop and ask it to index your notes (e.g., "Index my notes").
Key features of MCP Apple Notes
- Semantic search using on-device
all-MiniLM-L6-v2embeddings model - Full-text search capabilities
- Vector storage with LanceDB
- MCP-compatible server for AI assistant integration
- Native Apple Notes integration via JXA (JavaScript for Automation)
- Fully local execution – no API keys required
Use cases of MCP Apple Notes
- Searching your Apple Notes through natural language conversations with Claude
- Referencing specific notes or information without manual browsing
- Enabling RAG workflows where Claude answers questions using your local notes
- Integrating Apple Notes content into AI‑powered productivity tools
FAQ from MCP Apple Notes
What are the prerequisites for MCP Apple Notes?
You need Bun and Claude Desktop installed on your macOS machine. No other external services or API keys are required.
How do I install and configure MCP Apple Notes?
Clone the repository, run bun install, then edit your claude_desktop_config.json (located in Claude Desktop settings) to add the server with the command bun and the argument pointing to the index.ts file.
How do I start indexing my notes?
After restarting Claude Desktop, ask Claude to "Index my notes" or "Index my Apple Notes". The server will process your notes locally and store embeddings in LanceDB.
Where can I find logs if something goes wrong?
Logs are available at ~/Library/Logs/Claude/mcp-server-local-machine.log or ~/Library/Logs/Claude/mcp.log. You can tail them with tail -n 50 -f.
Does MCP Apple Notes require any API keys or internet access?
No. It is fully local – no API keys are needed and the semantic search runs on‑device using the all-MiniLM-L6-v2 model.
记忆与知识 分类下的更多 MCP 服务器
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
Notion MCP Server
makenotionOfficial Notion MCP Server
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
评论