local-mcp 3.0.359 → 3.0.360
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
|
# 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 252 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)
|
|
@@ -74,7 +74,7 @@ LMCP runs a native MCP server that bridges your Mac apps to any AI client:
|
|
|
74
74
|
|
|
75
75
|
|
|
76
76
|
|
|
77
|
-
## All
|
|
77
|
+
## All 252 tools (macOS)
|
|
78
78
|
|
|
79
79
|
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`
|
|
80
80
|
|
|
@@ -104,9 +104,9 @@ Image Playground (1): `image_playground_generate`
|
|
|
104
104
|
|
|
105
105
|
Outlook (1): `outlook_diagnose` — health check for Outlook accounts. Use generic Mail/Calendar/Contacts tools for actual Outlook email/calendar access via Mail.app.
|
|
106
106
|
|
|
107
|
-
Reminders (9): `
|
|
107
|
+
Reminders (9): `get_reminder_folders` `list_reminders` `create_reminder` `update_reminder` `complete_reminder` `delete_reminder` `create_reminder_list` `rename_reminder_folder` `delete_reminder_folder`
|
|
108
108
|
|
|
109
|
-
To Do (4): `
|
|
109
|
+
To Do (4): `todo_get_folders` `todo_list_tasks` `todo_create_task` `todo_complete_task`
|
|
110
110
|
|
|
111
111
|
OmniFocus (7): `list_omnifocus_tasks` `list_omnifocus_projects` `list_omnifocus_folders` `list_omnifocus_tags` `search_omnifocus_tasks` `create_omnifocus_task` `complete_omnifocus_task`
|
|
112
112
|
|
|
@@ -132,7 +132,7 @@ NordVPN (3): `nordvpn_status` `nordvpn_servers` `nordvpn_diagnose`
|
|
|
132
132
|
|
|
133
133
|
Referral (2): `create_referral_invites` `list_referral_candidates`
|
|
134
134
|
|
|
135
|
-
System (12): `lmcp_state` `get_config` `get_datetime` `daily_brief` `run_diagnostics` `get_audit_log` `
|
|
135
|
+
System (12): `lmcp_state` `get_config` `get_datetime` `daily_brief` `run_diagnostics` `get_audit_log` `lmcp_install_upgrade` `lmcp_upgrade_diagnostics` `report_problem` `request_feature` `report_friction` `run_terminal_command`
|
|
136
136
|
|
|
137
137
|
_Coming soon (not included in the 162 count above): **Evernote** (support is being rebuilt)._
|
|
138
138
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "local-mcp",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.360",
|
|
4
4
|
"description": "Let ChatGPT, Claude, Cursor & any MCP client actually use your Mac — read & reply to email, manage your calendar, text over iMessage, find files, work with Teams, Slack & Office. On your Mac, no API keys, free.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|