local-mcp 3.0.318 → 3.0.320
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 +7 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Local MCP
|
|
2
2
|
|
|
3
|
-
> **The only Mac MCP you can use from ChatGPT & Claude.ai on the web** — plus
|
|
3
|
+
> **The only Mac MCP you can use from ChatGPT & Claude.ai on the web** — plus 180 local tools for Claude Desktop, Cursor, Windsurf, VS Code & Zed. Connect any AI to Mail, Calendar, Contacts, iMessage, Teams, Slack, WhatsApp, Signal, OneDrive, Google Drive, Microsoft 365, Notes, Reminders, OmniFocus, Safari, Chrome, Word/Excel/PowerPoint and more. 100% local, no API keys, free — 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)
|
|
@@ -64,6 +64,7 @@ LMCP runs a native MCP server that bridges your Mac apps to any AI client:
|
|
|
64
64
|
| **Stocks** | Real-time quotes, historical charts, symbol search |
|
|
65
65
|
| **Finder** | Search files via Spotlight, list directory contents |
|
|
66
66
|
| **Safari** | Bookmarks, open tabs, click/type/fill forms, run JavaScript |
|
|
67
|
+
| **Chrome** | Open tabs, navigate, read pages, click/type/fill forms, run JavaScript |
|
|
67
68
|
| **Microsoft 365** | Read/send email, manage calendar, search org directory — device code login, works with Outlook.com and work accounts |
|
|
68
69
|
| **ServiceNow** | Search/create incidents, get details, search Knowledge Base — Basic auth |
|
|
69
70
|
| **NordVPN** | Status, server recommendations, diagnostics |
|
|
@@ -71,7 +72,7 @@ LMCP runs a native MCP server that bridges your Mac apps to any AI client:
|
|
|
71
72
|
|
|
72
73
|
|
|
73
74
|
|
|
74
|
-
## All
|
|
75
|
+
## All 180 tools (macOS)
|
|
75
76
|
|
|
76
77
|
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
78
|
|
|
@@ -83,9 +84,9 @@ Teams (7): `teams_list_teams` `teams_list_channels` `teams_list_chats` `teams_re
|
|
|
83
84
|
|
|
84
85
|
Slack (4): `slack_list_workspaces` `slack_list_channels` `slack_read_channel_messages` `slack_search_messages`
|
|
85
86
|
|
|
86
|
-
WhatsApp (
|
|
87
|
+
WhatsApp (6): `whatsapp_connect` `whatsapp_list_chats` `whatsapp_read_messages` `whatsapp_search_messages` `whatsapp_send_message` `whatsapp_send_file`
|
|
87
88
|
|
|
88
|
-
Signal (
|
|
89
|
+
Signal (5): `signal_connect` `signal_list_chats` `signal_read_messages` `signal_search_messages` `signal_send_message`
|
|
89
90
|
|
|
90
91
|
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
92
|
|
|
@@ -117,6 +118,8 @@ Finder (5): `finder_search` `finder_list` `fs_list` `fs_read` `fs_search`
|
|
|
117
118
|
|
|
118
119
|
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`
|
|
119
120
|
|
|
121
|
+
Chrome (12): `chrome_list_tabs` `chrome_read_tab` `chrome_search_tabs` `chrome_navigate` `chrome_go_back` `chrome_setup_check` `chrome_evaluate_js` `chrome_click` `chrome_type` `chrome_fill_form` `chrome_wait_for` `chrome_query_selector_all`
|
|
122
|
+
|
|
120
123
|
Microsoft 365 (16): `connect_m365_account` `disconnect_m365_account` `m365_list_emails` `m365_read_email` `m365_send_email` `m365_reply_email` `m365_search_emails` `m365_list_events` `m365_create_event` `m365_delete_event` `search_m365_directory` `get_m365_person` `list_m365_people_insights` `m365_list_contacts` `m365_search_contacts` `m365_get_contact`
|
|
121
124
|
|
|
122
125
|
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`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "local-mcp",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.320",
|
|
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": {
|