local-mcp 3.0.310 → 3.0.311
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Local MCP
|
|
2
2
|
|
|
3
|
-
> Native macOS access for your AI assistant —
|
|
3
|
+
> Native macOS access for your AI assistant — 163 local tools across Mail, Calendar, Contacts, Messages, Teams, Slack, WhatsApp, OneDrive, Google Drive, Microsoft 365, Notes, Reminders, OmniFocus, Safari, Word/Excel/PowerPoint, and more. Everything runs locally. Your data never leaves your machine.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/local-mcp)
|
|
6
6
|
[](https://local-mcp.com?ref=npm)
|
|
@@ -50,7 +50,7 @@ LMCP runs a native MCP server that bridges your Mac apps to any AI client:
|
|
|
50
50
|
| **Teams** | Read chats, channels, messages, send messages — no Graph API tokens needed |
|
|
51
51
|
| **Slack** | List workspaces, channels, read messages — reads local Slack Desktop cache, no token |
|
|
52
52
|
| **WhatsApp** | List chats, read and send messages, send files — via Wacli, no cloud |
|
|
53
|
-
| **Signal** | List chats, read and search messages — reads local Signal Desktop database, no network |
|
|
53
|
+
| **Signal** | List chats, read and search messages, preview a send — reads local Signal Desktop database, no network |
|
|
54
54
|
| **OneDrive** | List, read, write, search, move, delete files |
|
|
55
55
|
| **Google Drive** | List, read, write, search the locally-synced Drive folder — no Google API |
|
|
56
56
|
| **Zoom** | List local meeting recordings, read transcripts and saved chat — no Zoom API |
|
|
@@ -71,7 +71,7 @@ LMCP runs a native MCP server that bridges your Mac apps to any AI client:
|
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
## All
|
|
74
|
+
## All 163 tools (macOS)
|
|
75
75
|
|
|
76
76
|
Email (12): `list_accounts` `list_email_accounts` `list_emails` `read_email` `send_email` `reply_email` `create_draft` `search_emails` `move_email` `save_attachment` `create_email_folder` `list_email_folders`
|
|
77
77
|
|
|
@@ -85,7 +85,7 @@ Slack (4): `slack_list_workspaces` `slack_list_channels` `slack_read_channel_mes
|
|
|
85
85
|
|
|
86
86
|
WhatsApp (5): `whatsapp_list_chats` `whatsapp_read_messages` `whatsapp_search_messages` `whatsapp_send_message` `whatsapp_send_file`
|
|
87
87
|
|
|
88
|
-
Signal (
|
|
88
|
+
Signal (4): `signal_list_chats` `signal_read_messages` `signal_search_messages` `signal_send_message`
|
|
89
89
|
|
|
90
90
|
OneDrive (9): `onedrive_root` `onedrive_list_files` `onedrive_read_file` `onedrive_write_file` `onedrive_move_file` `onedrive_delete_file` `onedrive_search_files` `onedrive_file_info` `onedrive_set_scope`
|
|
91
91
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "local-mcp",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.311",
|
|
4
4
|
"description": "LMCP — connect Claude Desktop, Cursor, Windsurf to Mail, Calendar, Contacts, Teams, OneDrive on macOS. Privacy-first: all data stays on your Mac.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|