Skip to content

chore: Add server from issue #87 #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions mcp-registry/servers/apple-mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"display_name": "Apple MCP Tools",
"license": "MIT",
"tags": [
"apple",
"mcp",
"messages",
"notes",
"contacts",
"emails",
"reminders",
"calendar",
"web search",
"maps"
],
"installations": {
"npm": {
"type": "npm",
"command": "bunx",
"args": [
"@dhravya/apple-mcp@latest"
],
"description": "Manual installation using bun"
}
},
"examples": [
{
"title": "",
"description": "",
"prompt": "Can you send a message to John Doe?"
},
{
"title": "",
"description": "",
"prompt": "find all the notes related to AI and send it to my girlfriend"
},
{
"title": "",
"description": "",
"prompt": "create a reminder to \"Buy groceries\" for tomorrow at 5pm"
},
{
"title": "",
"description": "",
"prompt": "can you please read the note about people i met in the conference, find their contacts and emails, and send them a message saying thank you for the time."
}
],
"name": "apple-mcp",
"repository": {
"type": "git",
"url": "https://github.com/Dhravya/apple-mcp"
},
"homepage": "https://github.com/Dhravya/apple-mcp",
"author": {
"name": "Dhravya"
},
"description": "This is a collection of apple-native tools for the [MCP protocol](https://modelcontextprotocol.com/docs/mcp-protocol).",
"categories": [
"System Tools"
],
"is_official": false
}