Package Exports
- @dhravya/apple-mcp
- @dhravya/apple-mcp/index.ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@dhravya/apple-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Apple MCP tools
This is a collection of apple-native tools for the MCP protocol.
Features
- Send and retrieve messages from Apple Messages app
- Search and open notes in Apple Notes app
- Search and open contacts in Apple Contacts app
- TODO: Search and open calendar events in Apple Calendar app
- TODO: Search and open reminders in Apple Reminders app
- TODO: Search and open photos in Apple Photos app
- TODO: Search and open music in Apple Music app
Installation
You just need to have npx installed.
Now, edit your claude_desktop_config.json with this:
{
"mcpServers": {
"apple-mcp": {
"command": "npx",
"args": ["@dhravya/apple-mcp@latest"]
}
}
}Now, ask Claude to use the apple-mcp tool.
Can you send a message to John Doe?find all the notes related to AI and send it to my girlfriendLocal Development
git clone https://github.com/dhravya/apple-mcp.git
cd apple-mcp
bun install
bun run index.tsenjoy!