This repository was archived by the owner on Jan 1, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 264
Expand file tree
/
Copy pathmanifest.json
More file actions
74 lines (74 loc) · 2.13 KB
/
manifest.json
File metadata and controls
74 lines (74 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"dxt_version": "0.1",
"name": "apple-mcp",
"display_name": "Apple MCP",
"version": "1.0.0",
"description": "Apple MCP tools for contacts, notes, messages, mail, reminders, calendar, and maps integration",
"long_description": "Apple MCP gives LLMs access to Apple's native apps including Contacts, Notes, Messages, Mail, Reminders, Calendar, and Maps. This integration allows LLMs to interact with these apps seamlessly, enabling comprehensive automation of daily tasks like managing contacts, creating notes, sending messages, handling emails, setting reminders, managing calendar events, and navigating with Maps.",
"author": {
"name": "Dhravya Shah",
"email": "dhravya@supermemory.com",
"url": "https://dhravya.dev"
},
"homepage": "https://supermemory.ai",
"keywords": [
"apple",
"automation",
"productivity",
"mail",
"email",
"calendar",
"notes",
"reminders",
"maps"
],
"icon": "https://supermemory.ai/_astro/gradient-icon.DNStxMeh.svg",
"server": {
"type": "node",
"entry_point": "dist/index.js",
"mcp_config": {
"command": "node",
"args": ["${__dirname}/dist/index.js"],
"env": {}
}
},
"tools": [
{
"name": "contacts",
"description": "Search and retrieve contacts from Apple Contacts app"
},
{
"name": "notes",
"description": "Search, retrieve and create notes in Apple Notes app"
},
{
"name": "messages",
"description": "Interact with Apple Messages app - send, read, schedule messages and check unread messages"
},
{
"name": "mail",
"description": "Interact with Apple Mail app - read unread emails, search emails, and send emails"
},
{
"name": "reminders",
"description": "Search, create, and open reminders in Apple Reminders app"
},
{
"name": "calendar",
"description": "Search, create, and open calendar events in Apple Calendar app"
},
{
"name": "maps",
"description": "Search locations, manage guides, save favorites, and get directions using Apple Maps"
}
],
"compatibility": {
"platforms": ["darwin"]
},
"user_config": {},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dhravya/apple-mcp.git"
}
}