local-mcp 3.0.269 → 3.0.271
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 +8 -8
- 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,
|
|
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.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/local-mcp)
|
|
6
6
|
[](https://local-mcp.com?ref=npm)
|
|
@@ -65,7 +65,7 @@ LMCP runs a native MCP server that bridges your Mac apps to any AI client:
|
|
|
65
65
|
|
|
66
66
|
## 138 MCP Tools (macOS)
|
|
67
67
|
|
|
68
|
-
Email (
|
|
68
|
+
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
69
|
|
|
70
70
|
Calendar (5): `list_calendar_names` `list_calendar_events` `create_calendar_event` `update_calendar_event` `delete_calendar_event`
|
|
71
71
|
|
|
@@ -83,7 +83,7 @@ Documents (9): `word_create` `word_read` `word_append` `excel_create` `excel_rea
|
|
|
83
83
|
|
|
84
84
|
Outlook (1): `outlook_diagnose` — health check for Outlook accounts. Use generic Mail/Calendar/Contacts tools for actual Outlook email/calendar access via Mail.app.
|
|
85
85
|
|
|
86
|
-
Reminders (
|
|
86
|
+
Reminders (5): `list_reminder_lists` `list_reminders` `create_reminder` `complete_reminder` `delete_reminder`
|
|
87
87
|
|
|
88
88
|
To Do (4): `todo_list_lists` `todo_list_tasks` `todo_create_task` `todo_complete_task`
|
|
89
89
|
|
|
@@ -95,7 +95,7 @@ Messages (3): `list_message_chats` `read_messages` `search_messages`
|
|
|
95
95
|
|
|
96
96
|
Stocks (3): `stocks_get_quote` `stocks_get_chart` `stocks_search_symbol`
|
|
97
97
|
|
|
98
|
-
Finder (
|
|
98
|
+
Finder (5): `finder_search` `finder_list` `fs_list` `fs_read` `fs_search`
|
|
99
99
|
|
|
100
100
|
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`
|
|
101
101
|
|
|
@@ -103,11 +103,11 @@ Microsoft 365 (16): `connect_m365_account` `disconnect_m365_account` `m365_list_
|
|
|
103
103
|
|
|
104
104
|
ServiceNow (9): `connect_servicenow` `disconnect_servicenow` `servicenow_list_my_incidents` `servicenow_search_incidents` `servicenow_get_incident` `servicenow_create_incident` `servicenow_update_incident` `servicenow_add_comment` `servicenow_search_kb`
|
|
105
105
|
|
|
106
|
-
_Evernote — coming soon (support is being rebuilt; not included in the 138 count above)._
|
|
107
|
-
|
|
108
106
|
NordVPN (3): `nordvpn_status` `nordvpn_servers` `nordvpn_diagnose`
|
|
109
107
|
|
|
110
|
-
System (
|
|
108
|
+
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
|
+
|
|
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._
|
|
111
111
|
|
|
112
112
|
## Safety
|
|
113
113
|
|
|
@@ -118,7 +118,7 @@ System (7): `run_diagnostics` `update_local_mcp` `update_self_diagnosis` `daily_
|
|
|
118
118
|
|
|
119
119
|
## Requirements
|
|
120
120
|
|
|
121
|
-
- macOS
|
|
121
|
+
- macOS 13 Ventura or later (Apple Silicon and Intel)
|
|
122
122
|
- One of: Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, Zed
|
|
123
123
|
|
|
124
124
|
## Config file locations
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "local-mcp",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.271",
|
|
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": {
|