Skip to content

Commit 6578e15

Browse files
committed
Update repo with server manifest from issue #87
1 parent 691b8da commit 6578e15

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"display_name": "Apple MCP Tools",
3+
"license": "<UNKNOWN>",
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+
"custom": {
26+
"type": "custom",
27+
"command": "bun",
28+
"args": [
29+
"run",
30+
"index.ts"
31+
],
32+
"description": "Local development installation"
33+
}
34+
},
35+
"examples": [
36+
{
37+
"title": "",
38+
"description": "",
39+
"prompt": "Can you send a message to John Doe?"
40+
},
41+
{
42+
"title": "",
43+
"description": "",
44+
"prompt": "find all the notes related to AI and send it to my girlfriend"
45+
},
46+
{
47+
"title": "",
48+
"description": "",
49+
"prompt": "create a reminder to \"Buy groceries\" for tomorrow at 5pm"
50+
},
51+
{
52+
"title": "",
53+
"description": "",
54+
"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."
55+
}
56+
],
57+
"name": "@Dhravya/apple-mcp",
58+
"repository": {
59+
"type": "git",
60+
"url": "https://github.com/Dhravya/apple-mcp"
61+
},
62+
"homepage": "https://github.com/Dhravya/apple-mcp",
63+
"author": {
64+
"name": "Dhravya"
65+
},
66+
"description": "This is a collection of apple-native tools for the [MCP protocol](https://modelcontextprotocol.com/docs/mcp-protocol).",
67+
"categories": [
68+
"System Tools"
69+
],
70+
"is_official": false
71+
}

0 commit comments

Comments
 (0)