local-mcp 1.4.0 → 1.5.0
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# local-mcp
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> Give your AI agent full control of your desktop apps. 80+ tools for Mail, Calendar, Notes, Reminders, Files, and more. Currently available for macOS, Windows coming soon.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/local-mcp)
|
|
6
6
|
[](https://local-mcp.com?utm_source=npm)
|
|
@@ -30,7 +30,7 @@ Auto-detects and configures Claude Desktop, Cursor, Windsurf, VS Code, and Zed.
|
|
|
30
30
|
|
|
31
31
|
## What it does
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
Pilot MCP runs a native MCP server that bridges your Mac apps to any AI client:
|
|
34
34
|
|
|
35
35
|
| Service | Capabilities |
|
|
36
36
|
|---------|-------------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "local-mcp",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "MCP server for macOS — connect Claude Desktop, Cursor, Windsurf to Mail, Calendar, Contacts, Teams, OneDrive. Privacy-first: all data stays on your Mac.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|