From a2e7ea857f3c98e96a957f3851cb6c2ae4709e5c Mon Sep 17 00:00:00 2001 From: Ricardo Kupper Date: Tue, 4 Aug 2026 23:43:14 +0200 Subject: [PATCH] Add Apple Productivity MCP Signed-off-by: Ricardo Kupper --- ...datenkraft-apple-productivity-mcp-npx.json | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 servers/ch.datenkraft-apple-productivity-mcp-npx.json diff --git a/servers/ch.datenkraft-apple-productivity-mcp-npx.json b/servers/ch.datenkraft-apple-productivity-mcp-npx.json new file mode 100644 index 0000000..b05377e --- /dev/null +++ b/servers/ch.datenkraft-apple-productivity-mcp-npx.json @@ -0,0 +1,57 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "ch.datenkraft-apple-productivity-mcp-npx", + "name": "Apple Productivity MCP (npx)", + "alias": "apple-productivity", + "description": "Use Apple Mail, Calendar, and Reminders from AI assistants through a free, local macOS MCP server.", + "logo": "https://avatars.githubusercontent.com/u/106869358?v=4", + "schema_version": "2.1", + "categories": [ + "productivity", + "communication" + ], + "tags": [ + "apple", + "macos", + "mail", + "calendar", + "reminders", + "local", + "stdio" + ], + "transport": { + "type": "stdio", + "command": "npx", + "args": [ + "-y", + "@gambadio/apple-productivity-mcp@latest" + ], + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "none", + "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." + }, + "contributor": { + "name": "Ricardo Kupper", + "github": "gambadio", + "url": "https://datenkraft.ch" + }, + "links": { + "repository": "https://github.com/gambadio/apple-productivity-mcp", + "homepage": "https://datenkraft.ch", + "documentation": "https://github.com/gambadio/apple-productivity-mcp#readme" + }, + "platforms": [ + "macos" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": false + }, + "changelog_url": "https://github.com/gambadio/apple-productivity-mcp/releases" +}