local-mcp 3.0.307 → 3.0.309
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Local MCP
|
|
2
2
|
|
|
3
|
-
> Native macOS access for your AI assistant —
|
|
3
|
+
> Native macOS access for your AI assistant — 162 local tools across Mail, Calendar, Contacts, Messages, Teams, Slack, WhatsApp, OneDrive, Google Drive, Microsoft 365, Notes, Reminders, OmniFocus, Safari, Word/Excel/PowerPoint, 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)
|
|
@@ -71,9 +71,9 @@ LMCP runs a native MCP server that bridges your Mac apps to any AI client:
|
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
## All
|
|
74
|
+
## All 162 tools (macOS)
|
|
75
75
|
|
|
76
|
-
Email (
|
|
76
|
+
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
77
|
|
|
78
78
|
Calendar (5): `list_calendar_names` `list_calendar_events` `create_calendar_event` `update_calendar_event` `delete_calendar_event`
|
|
79
79
|
|
|
@@ -127,7 +127,7 @@ Referral (2): `create_referral_invites` `list_referral_candidates`
|
|
|
127
127
|
|
|
128
128
|
System (11): `lmcp_state` `get_config` `get_datetime` `daily_brief` `run_diagnostics` `get_audit_log` `update_local_mcp` `update_self_diagnosis` `report_problem` `request_feature` `signal_friction`
|
|
129
129
|
|
|
130
|
-
_Coming soon (not included in the
|
|
130
|
+
_Coming soon (not included in the 162 count above): **Evernote** (support is being rebuilt)._
|
|
131
131
|
|
|
132
132
|
|
|
133
133
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "local-mcp",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.309",
|
|
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": {
|