local-mcp 3.0.179 → 3.0.180
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 +5 -5
- 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 —
|
|
3
|
+
> Give your AI assistant native access to your apps — 241 tools across macOS (133) and Windows (108) for Outlook, Mail, Calendar, Contacts, iMessage, Teams, Slack, WhatsApp, OneDrive, Google Drive, Notes, OmniFocus, Safari, Word, Excel, PowerPoint, Stocks, NordVPN, Microsoft 365, 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)
|
|
@@ -64,7 +64,7 @@ LMCP runs a native MCP server that bridges your Mac apps to any AI client:
|
|
|
64
64
|
| **ServiceNow** | Search/create incidents, get details, search Knowledge Base — Basic auth |
|
|
65
65
|
| **NordVPN** | Status, server recommendations, diagnostics |
|
|
66
66
|
|
|
67
|
-
##
|
|
67
|
+
## 133 MCP Tools
|
|
68
68
|
|
|
69
69
|
Email (9): `list_accounts` `list_emails` `read_email` `send_email` `reply_email` `search_emails` `move_email` `save_attachment` `create_email_folder`
|
|
70
70
|
|
|
@@ -72,7 +72,7 @@ Calendar (5): `list_calendar_names` `list_calendar_events` `create_calendar_even
|
|
|
72
72
|
|
|
73
73
|
Contacts (3): `list_contacts` `search_contacts` `get_contact`
|
|
74
74
|
|
|
75
|
-
Teams (
|
|
75
|
+
Teams (7): `teams_list_teams` `teams_list_channels` `teams_list_chats` `teams_read_channel_messages` `teams_read_chat_messages` `teams_send_message` `teams_send_channel_message`
|
|
76
76
|
|
|
77
77
|
Slack (4): `slack_list_workspaces` `slack_list_channels` `slack_read_channel_messages` `slack_search_messages`
|
|
78
78
|
|
|
@@ -100,9 +100,9 @@ Finder (2): `finder_search` `finder_list`
|
|
|
100
100
|
|
|
101
101
|
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`
|
|
102
102
|
|
|
103
|
-
Microsoft 365 (
|
|
103
|
+
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`
|
|
104
104
|
|
|
105
|
-
ServiceNow (
|
|
105
|
+
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`
|
|
106
106
|
|
|
107
107
|
NordVPN (3): `nordvpn_status` `nordvpn_servers` `nordvpn_diagnose`
|
|
108
108
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "local-mcp",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.180",
|
|
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": {
|