mcp-apple-notes
Talk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
GitHub Stars
280
User Rating
Not Rated
Favorites
0
Views
361
Forks
27
Issues
9
Installation
Installation
Prerequisites
Please specify required software and versions:Installation Steps
1. Clone Repository
bash
git clone https://github.com/RafalWilinski/mcp-apple-notes
cd mcp-apple-notes
2. Install Dependencies
bash
bun install
3. Configure Claude Desktop
Editclaude_desktop_config.json to add the MCP server:
json
{
"mcpServers": {
"local-machine": {
"command": "/Users//.bun/bin/bun",
"args": ["/Users//apple-notes-mcp/index.ts"]
}
}
}
4. Start Server
Restart the Claude desktop app and start indexing your notes.Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Bun installation and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.Additional Resources
459
Followers
82
Repositories
20
Gists
0
Total Contributions
Mobile MCP is an MCP server that provides mobile automation capabilities. It enables LLMs to interact with mobile devices using structured UI dumps without relying on screenshots or other visual inputs. Currently, it supports only Android devices, with iOS support planned for the future.
MCP Tasks is an efficient task management tool designed to minimize tool confusion and maximize LLM budget efficiency. It offers powerful search, filtering, and organization capabilities across multiple file formats, including Markdown, JSON, and YAML. Users can easily manage their tasks with its intuitive interface.