local-mcp 3.0.271 → 3.0.273

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.
Files changed (2) hide show
  1. package/README.md +12 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # LMCP
2
2
 
3
- > Give your AI assistant native access to your apps — 138 local tools on macOS for Outlook, Mail, Calendar, Contacts, iMessage, Teams, Slack, WhatsApp, OneDrive, Notes, Reminders, To Do, OmniFocus, Safari, Word, Excel, PowerPoint, Stocks, NordVPN, Microsoft 365, ServiceNow, and more. Everything runs locally. Your data never leaves your machine.
3
+ > Give your AI assistant native access to your apps — 153 local tools on macOS for Outlook, Mail, Calendar, Contacts, iMessage, Teams, Slack, WhatsApp, OneDrive, Google Drive, Zoom, Notion, Notes, Reminders, To Do, OmniFocus, Safari, Word, Excel, PowerPoint, Stocks, NordVPN, Microsoft 365, ServiceNow, and more. Everything runs locally. Your data never leaves your machine.
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/local-mcp)](https://www.npmjs.com/package/local-mcp)
6
6
  [![macOS 13+](https://img.shields.io/badge/macOS-13%2B-blue)](https://local-mcp.com?ref=npm)
@@ -50,6 +50,9 @@ LMCP runs a native MCP server that bridges your Mac apps to any AI client:
50
50
  | **Slack** | List workspaces, channels, read messages — reads local Slack Desktop cache, no token |
51
51
  | **WhatsApp** | List chats, read and send messages, send files — via Wacli, no cloud |
52
52
  | **OneDrive** | List, read, write, search, move, delete files |
53
+ | **Google Drive** | List, read, write, search the locally-synced Drive folder — no Google API |
54
+ | **Zoom** | List local meeting recordings, read transcripts and saved chat — no Zoom API |
55
+ | **Notion** | List, read, search pages and databases from the local Notion cache — no Notion API, no integration token |
53
56
  | **Documents** | Word, Excel, PowerPoint, PDF |
54
57
  | **Reminders** | List, create, complete reminders across all lists |
55
58
  | **To Do** | Microsoft To Do tasks (synced via macOS Reminders) |
@@ -63,7 +66,7 @@ LMCP runs a native MCP server that bridges your Mac apps to any AI client:
63
66
  | **ServiceNow** | Search/create incidents, get details, search Knowledge Base — Basic auth |
64
67
  | **NordVPN** | Status, server recommendations, diagnostics |
65
68
 
66
- ## 138 MCP Tools (macOS)
69
+ ## 153 MCP Tools (macOS)
67
70
 
68
71
  Email (10): `list_accounts` `list_email_accounts` `list_emails` `read_email` `send_email` `reply_email` `search_emails` `move_email` `save_attachment` `create_email_folder`
69
72
 
@@ -79,6 +82,12 @@ WhatsApp (5): `whatsapp_list_chats` `whatsapp_read_messages` `whatsapp_search_me
79
82
 
80
83
  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`
81
84
 
85
+ Google Drive (6): `gdrive_root` `gdrive_list_files` `gdrive_read_file` `gdrive_write_file` `gdrive_search_files` `gdrive_file_info`
86
+
87
+ Zoom (2): `zoom_list_recordings` `zoom_read_transcript`
88
+
89
+ Notion (7): `notion_list_pages` `notion_read_page` `notion_search` `notion_list_databases` `notion_read_database` `notion_list_workspaces` `notion_open_page`
90
+
82
91
  Documents (9): `word_create` `word_read` `word_append` `excel_create` `excel_read` `excel_write_cell` `ppt_create` `ppt_read` `pdf_read`
83
92
 
84
93
  Outlook (1): `outlook_diagnose` — health check for Outlook accounts. Use generic Mail/Calendar/Contacts tools for actual Outlook email/calendar access via Mail.app.
@@ -107,7 +116,7 @@ NordVPN (3): `nordvpn_status` `nordvpn_servers` `nordvpn_diagnose`
107
116
 
108
117
  System (13): `lmcp_state` `lmcp_welcome` `get_config` `get_datetime` `daily_brief` `run_diagnostics` `run_qa` `get_audit_log` `update_local_mcp` `update_self_diagnosis` `report_problem` `signal_friction` `submit_qa_report`
109
118
 
110
- _Coming soon (not included in the 138 count above): **Evernote** (support is being rebuilt) and **on-device image generation** via Apple's Image Playground._
119
+ _Coming soon (not included in the 153 count above): **Evernote** (support is being rebuilt) and **on-device image generation** via Apple's Image Playground._
111
120
 
112
121
  ## Safety
113
122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "local-mcp",
3
- "version": "3.0.271",
3
+ "version": "3.0.273",
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": {