mcp-macos 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -6,6 +6,12 @@ A Model Context Protocol (MCP) server that gives Claude genuine access to your m
|
|
|
6
6
|
|
|
7
7
|
Use with Claude Desktop locally, or Claude iOS/web remotely via Cloudflare Tunnel.
|
|
8
8
|
|
|
9
|
+
### One prompt. Three apps. Real data.
|
|
10
|
+
|
|
11
|
+
https://github.com/user-attachments/assets/30210ff4-4599-466a-a1bb-3d21ad4ab0c7
|
|
12
|
+
|
|
13
|
+
> *Claude reading iMessages, searching Mail, and pulling Contacts — from an iPhone, via Cloudflare Tunnel to a Mac Mini.*
|
|
14
|
+
|
|
9
15
|
## Quick Start
|
|
10
16
|
|
|
11
17
|
### Install from npm
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-macos",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "MCP server that provides native integration with Apple Reminders, Calendar, Notes, Mail, and Messages on macOS.",
|
|
5
5
|
"author": "Kyle Jensen",
|
|
6
6
|
"contributors": [
|
|
@@ -68,19 +68,19 @@
|
|
|
68
68
|
"exit-on-epipe": "^1.0.1",
|
|
69
69
|
"express": "^5.2.1",
|
|
70
70
|
"express-rate-limit": "^8.2.1",
|
|
71
|
-
"hono": "^4.11.
|
|
71
|
+
"hono": "^4.11.9",
|
|
72
72
|
"jose": "^6.1.3",
|
|
73
73
|
"tsx": "^4.21.0",
|
|
74
74
|
"zod": "^4.3.6"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@babel/preset-env": "^7.29.0",
|
|
78
|
-
"@biomejs/biome": "2.3.
|
|
78
|
+
"@biomejs/biome": "2.3.15",
|
|
79
79
|
"@semantic-release/changelog": "^6.0.3",
|
|
80
80
|
"@semantic-release/git": "^10.0.1",
|
|
81
81
|
"@types/express": "^5.0.6",
|
|
82
82
|
"@types/jest": "^30.0.0",
|
|
83
|
-
"@types/node": "^25.2.
|
|
83
|
+
"@types/node": "^25.2.3",
|
|
84
84
|
"@types/supertest": "^6.0.3",
|
|
85
85
|
"babel-jest": "^30.2.0",
|
|
86
86
|
"babel-plugin-transform-import-meta": "^2.3.3",
|