Talk with your Apple Notes
A Model Context Protocol (MCP) server that enables semantic search and RAG (Retrieval Augmented Generation) over your Apple Notes. This allows AI assistants like Claude to search and reference your Apple Notes during conversations.
all-MiniLM-L6-v2
on-device embeddings modelgit clone https://github.com/RafalWilinski/mcp-apple-notes
cd mcp-apple-notes
bun install
claude_desktop_config.json
and add the following entry:{
"mcpServers": {
"local-machine": {
"command": "/Users/<YOUR_USER_NAME>/.bun/bin/bun",
"args": ["/Users/<YOUR_USER_NAME>/apple-notes-mcp/index.ts"]
}
}
}
Important: Replace <YOUR_USER_NAME>
with your actual username.
To see logs:
tail -n 50 -f ~/Library/Logs/Claude/mcp-server-local-machine.log
# or
tail -n 50 -f ~/Library/Logs/Claude/mcp.log
A universal interface to manage and interact with all your MCP servers from a single point, using external configuration files for mappings and credentials.
Interact with Trello boards, lists, and cards using the Trello API.
A read-only MCP server for Jira, enabling LLMs to query live Jira data using the CData JDBC Driver.
Enables AI agents to discover, create, and execute complex, multi-step workflows defined in simple YAML files.
Interact with the Taiga project management platform through an MCP bridge, allowing AI tools to manage project resources.
The official Plane MCP server provides integration with Plane APIs, enabling full AI automation of Plane projects, work items, cycles and more.
Interact with your local Obsidian vault using a REST API.
Parses invoice data, uploads it to Google Sheets, and answers queries by fetching information from the sheet.
Add smart Backup ability to coding agents like Windsurf, Cursor, Cluade Coder, etc
Interact with Atlassian products like Confluence and Jira, supporting both Cloud and Server/Data Center deployments.