local-mcp 3.0.313 → 3.0.314
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
|
-
> **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 166 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, 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)
|
|
@@ -56,7 +56,7 @@ LMCP runs a native MCP server that bridges your Mac apps to any AI client:
|
|
|
56
56
|
| **Zoom** | List local meeting recordings, read transcripts and saved chat — no Zoom API |
|
|
57
57
|
| **Notion** | List, read, search pages and databases from the local Notion cache — no Notion API, no integration token |
|
|
58
58
|
| **Documents** | Word, Excel, PowerPoint, PDF |
|
|
59
|
-
| **Reminders** | List, create, complete reminders
|
|
59
|
+
| **Reminders** | List, create, update, complete reminders (with priority); move between lists; create/rename/delete lists |
|
|
60
60
|
| **To Do** | Microsoft To Do tasks (synced via macOS Reminders) |
|
|
61
61
|
| **OmniFocus** | List tasks, projects, tags — create and complete tasks |
|
|
62
62
|
| **Notes** | List, read, search, create notes |
|
|
@@ -71,7 +71,7 @@ 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 166 tools (macOS)
|
|
75
75
|
|
|
76
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
|
|
|
@@ -101,7 +101,7 @@ Image Playground (1): `image_playground_generate`
|
|
|
101
101
|
|
|
102
102
|
Outlook (1): `outlook_diagnose` — health check for Outlook accounts. Use generic Mail/Calendar/Contacts tools for actual Outlook email/calendar access via Mail.app.
|
|
103
103
|
|
|
104
|
-
Reminders (
|
|
104
|
+
Reminders (9): `list_reminder_lists` `list_reminders` `create_reminder` `update_reminder` `complete_reminder` `delete_reminder` `create_reminder_list` `rename_reminder_list` `delete_reminder_list`
|
|
105
105
|
|
|
106
106
|
To Do (4): `todo_list_lists` `todo_list_tasks` `todo_create_task` `todo_complete_task`
|
|
107
107
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "local-mcp",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.314",
|
|
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": {
|