local-mcp 3.0.89 → 3.0.91

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 +34 -23
  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 Mac apps — 106 tools for Mail, Calendar, Teams, OneDrive, and more. Everything runs locally. Your data never leaves your machine.
3
+ > Give your AI assistant native access to Mac apps — 112 tools for Mail, Calendar, Contacts, iMessage, Teams, Slack, WhatsApp, OneDrive, Notes, OmniFocus, Safari, Word, Excel, PowerPoint, Stocks, NordVPN, 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 12+](https://img.shields.io/badge/macOS-12%2B-blue)](https://local-mcp.com?ref=npm)
@@ -43,55 +43,66 @@ LMCP runs a native MCP server that bridges your Mac apps to any AI client:
43
43
 
44
44
  | Service | Capabilities |
45
45
  |---------|-------------|
46
- | **Mail** | Read, search, send, reply, move — Gmail, Outlook, iCloud, Exchange |
46
+ | **Mail** | Read, search, send, reply, move — Gmail, Outlook, iCloud, Exchange. Returns Outlook/Exchange categories on each email. |
47
47
  | **Calendar** | List, create, delete events across all accounts |
48
48
  | **Contacts** | List, search, get full contact details |
49
- | **Teams** | Read chats, channels, messages — no Graph API tokens needed |
49
+ | **Teams** | Read chats, channels, messages, send messages — no Graph API tokens needed |
50
+ | **Slack** | List workspaces, channels, read messages — reads local Slack Desktop cache, no token |
51
+ | **WhatsApp** | List chats, read and send messages, send files — via Wacli, no cloud |
50
52
  | **OneDrive** | List, read, write, search, move, delete files |
51
- | **Outlook** | Read, search, send emails, list/create calendar events |
52
53
  | **Documents** | Word, Excel, PowerPoint, PDF |
53
54
  | **Reminders** | List, create, complete reminders across all lists |
55
+ | **To Do** | Microsoft To Do tasks (synced via macOS Reminders) |
54
56
  | **OmniFocus** | List tasks, projects, tags — create and complete tasks |
55
57
  | **Notes** | List, read, search, create notes |
56
58
  | **Messages** | List chats, read and search iMessages |
57
59
  | **Stocks** | Real-time quotes, historical charts, symbol search |
58
- | **Finder** | Search and list files |
59
- | **Safari** | List bookmarks |
60
+ | **Finder** | Search files via Spotlight, list directory contents |
61
+ | **Safari** | Bookmarks, open tabs, click/type/fill forms, run JavaScript |
60
62
  | **NordVPN** | Status, server recommendations, diagnostics |
63
+ | **M365 Directory** | Search org directory, people insights — requires Microsoft 365 account |
61
64
 
62
- ## 82 MCP Tools
65
+ ## 112 MCP Tools
63
66
 
64
- Email: `list_accounts` `list_emails` `read_email` `send_email` `reply_email` `search_emails` `move_email` `save_attachment` `create_email_folder`
67
+ Email (9): `list_accounts` `list_emails` `read_email` `send_email` `reply_email` `search_emails` `move_email` `save_attachment` `create_email_folder`
65
68
 
66
- Calendar: `list_calendar_names` `list_calendar_events` `create_calendar_event` `delete_calendar_event`
69
+ Calendar (4): `list_calendar_names` `list_calendar_events` `create_calendar_event` `delete_calendar_event`
67
70
 
68
- Contacts: `list_contacts` `search_contacts` `get_contact`
71
+ Contacts (3): `list_contacts` `search_contacts` `get_contact`
69
72
 
70
- Teams: `teams_list_teams` `teams_list_channels` `teams_list_chats` `teams_read_channel_messages` `teams_read_chat_messages`
73
+ Teams (6): `teams_list_teams` `teams_list_channels` `teams_list_chats` `teams_read_channel_messages` `teams_read_chat_messages` `teams_send_message`
71
74
 
72
- OneDrive: `onedrive_root` `onedrive_list_files` `onedrive_read_file` `onedrive_write_file` `onedrive_move_file` `onedrive_delete_file` `onedrive_search_files`
75
+ Slack (4): `slack_list_workspaces` `slack_list_channels` `slack_read_channel_messages` `slack_search_messages`
73
76
 
74
- Documents: `word_create` `word_read` `word_append` `excel_create` `excel_read` `excel_write_cell` `ppt_create` `ppt_read` `pdf_read`
77
+ WhatsApp (5): `whatsapp_list_chats` `whatsapp_read_messages` `whatsapp_search_messages` `whatsapp_send_message` `whatsapp_send_file`
75
78
 
76
- Outlook: `outlook_list_emails` `outlook_read_email` `outlook_search_emails` `outlook_send_email` `outlook_list_events` `outlook_create_event` `outlook_diagnose`
79
+ 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`
77
80
 
78
- Reminders: `list_reminder_lists` `list_reminders` `create_reminder` `complete_reminder`
81
+ Documents (9): `word_create` `word_read` `word_append` `excel_create` `excel_read` `excel_write_cell` `ppt_create` `ppt_read` `pdf_read`
79
82
 
80
- To Do: `todo_list_lists` `todo_list_tasks` `todo_create_task` `todo_complete_task`
83
+ Outlook (1): `outlook_diagnose` health check for Outlook accounts. Use generic Mail/Calendar/Contacts tools for actual Outlook email/calendar access via Mail.app.
81
84
 
82
- OmniFocus: `list_omnifocus_tasks` `list_omnifocus_projects` `list_omnifocus_tags` `search_omnifocus_tasks` `create_omnifocus_task` `complete_omnifocus_task`
85
+ Reminders (4): `list_reminder_lists` `list_reminders` `create_reminder` `complete_reminder`
83
86
 
84
- Notes: `list_notes` `read_note` `search_notes` `create_note`
87
+ To Do (4): `todo_list_lists` `todo_list_tasks` `todo_create_task` `todo_complete_task`
85
88
 
86
- Messages: `list_message_chats` `read_messages` `search_messages`
89
+ OmniFocus (6): `list_omnifocus_tasks` `list_omnifocus_projects` `list_omnifocus_tags` `search_omnifocus_tasks` `create_omnifocus_task` `complete_omnifocus_task`
87
90
 
88
- Stocks: `stocks_get_quote` `stocks_get_chart` `stocks_search_symbol`
91
+ Notes (4): `list_notes` `read_note` `search_notes` `create_note`
89
92
 
90
- Finder: `finder_search` `finder_list` `list_safari_bookmarks`
93
+ Messages (3): `list_message_chats` `read_messages` `search_messages`
91
94
 
92
- NordVPN: `nordvpn_status` `nordvpn_servers` `nordvpn_diagnose`
95
+ Stocks (3): `stocks_get_quote` `stocks_get_chart` `stocks_search_symbol`
93
96
 
94
- System: `diagnose` `run_diagnostics` `version_info` `get_config` `update_local_mcp` `lmcp_help` `report_bug` `request_feature` `request_integration` `leave_review` `send_logs` `list_my_feedback` `close_feedback` `submit_qa_report`
97
+ Finder (2): `finder_search` `finder_list`
98
+
99
+ Safari (13): `list_safari_bookmarks` `safari_list_tabs` `safari_read_tab` `safari_search_tabs` `safari_navigate` `safari_go_back` `safari_setup_check` `safari_evaluate_js` `safari_click` `safari_type` `safari_fill_form` `safari_wait_for` `safari_query_selector_all`
100
+
101
+ NordVPN (3): `nordvpn_status` `nordvpn_servers` `nordvpn_diagnose`
102
+
103
+ M365 Directory (5): `connect_m365_account` `disconnect_m365_account` `search_m365_directory` `get_m365_person` `list_m365_people_insights`
104
+
105
+ System (7): `run_diagnostics` `update_local_mcp` `update_self_diagnosis` `daily_brief` `report_problem` `request_feature` `request_integration`
95
106
 
96
107
  ## Safety
97
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "local-mcp",
3
- "version": "3.0.89",
3
+ "version": "3.0.91",
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": {