Skip to content

Commit 0f24080

Browse files
chore: Add server from issue #87 (#88)
* Update repo with server manifest from issue #87 * manually update --------- Co-authored-by: GitHub Action <action@github.com>
1 parent 1caeb85 commit 0f24080

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

mcp-registry/servers/apple-mcp.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"display_name": "Apple MCP Tools",
3+
"license": "MIT",
4+
"tags": [
5+
"apple",
6+
"mcp",
7+
"messages",
8+
"notes",
9+
"contacts",
10+
"emails",
11+
"reminders",
12+
"calendar",
13+
"web search",
14+
"maps"
15+
],
16+
"installations": {
17+
"npm": {
18+
"type": "npm",
19+
"command": "bunx",
20+
"args": [
21+
"@dhravya/apple-mcp@latest"
22+
],
23+
"description": "Manual installation using bun"
24+
}
25+
},
26+
"examples": [
27+
{
28+
"title": "",
29+
"description": "",
30+
"prompt": "Can you send a message to John Doe?"
31+
},
32+
{
33+
"title": "",
34+
"description": "",
35+
"prompt": "find all the notes related to AI and send it to my girlfriend"
36+
},
37+
{
38+
"title": "",
39+
"description": "",
40+
"prompt": "create a reminder to \"Buy groceries\" for tomorrow at 5pm"
41+
},
42+
{
43+
"title": "",
44+
"description": "",
45+
"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."
46+
}
47+
],
48+
"name": "apple-mcp",
49+
"repository": {
50+
"type": "git",
51+
"url": "https://github.com/Dhravya/apple-mcp"
52+
},
53+
"homepage": "https://github.com/Dhravya/apple-mcp",
54+
"author": {
55+
"name": "Dhravya"
56+
},
57+
"description": "This is a collection of apple-native tools for the [MCP protocol](https://modelcontextprotocol.com/docs/mcp-protocol).",
58+
"categories": [
59+
"System Tools"
60+
],
61+
"is_official": false
62+
}

0 commit comments

Comments
 (0)