Skip to content

Commit a2e7ea8

Browse files
committed
Add Apple Productivity MCP
Signed-off-by: Ricardo Kupper <ricardo.kupper@outlook.com>
1 parent ccf5f2b commit a2e7ea8

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "ch.datenkraft-apple-productivity-mcp-npx",
4+
"name": "Apple Productivity MCP (npx)",
5+
"alias": "apple-productivity",
6+
"description": "Use Apple Mail, Calendar, and Reminders from AI assistants through a free, local macOS MCP server.",
7+
"logo": "https://avatars.githubusercontent.com/u/106869358?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"productivity",
11+
"communication"
12+
],
13+
"tags": [
14+
"apple",
15+
"macos",
16+
"mail",
17+
"calendar",
18+
"reminders",
19+
"local",
20+
"stdio"
21+
],
22+
"transport": {
23+
"type": "stdio",
24+
"command": "npx",
25+
"args": [
26+
"-y",
27+
"@gambadio/apple-productivity-mcp@latest"
28+
],
29+
"metadata": {
30+
"inputs": []
31+
}
32+
},
33+
"auth": {
34+
"type": "none",
35+
"instructions": "No account, API key, or cloud service is required. Grant the launching MCP client access to Mail, Calendar, and Reminders in macOS Automation settings when prompted."
36+
},
37+
"contributor": {
38+
"name": "Ricardo Kupper",
39+
"github": "gambadio",
40+
"url": "https://datenkraft.ch"
41+
},
42+
"links": {
43+
"repository": "https://github.com/gambadio/apple-productivity-mcp",
44+
"homepage": "https://datenkraft.ch",
45+
"documentation": "https://github.com/gambadio/apple-productivity-mcp#readme"
46+
},
47+
"platforms": [
48+
"macos"
49+
],
50+
"capabilities": {
51+
"tools": true,
52+
"resources": false,
53+
"prompts": false,
54+
"read_only_mode": false
55+
},
56+
"changelog_url": "https://github.com/gambadio/apple-productivity-mcp/releases"
57+
}

0 commit comments

Comments
 (0)