loading…
Search for a command to run...
loading…
Connect Claude, Cursor, Windsurf and other AI agents to macOS native apps — Mail, Calendar, Contacts, Reminders, Notes, iMessage, Finder, Safari, OmniFocus, Mic
Connect Claude, Cursor, Windsurf and other AI agents to macOS native apps — Mail, Calendar, Contacts, Reminders, Notes, iMessage, Finder, Safari, OmniFocus, Microsoft Teams, Outlook, OneDrive, Word, Excel, PowerPoint, and PDF. 82 tools. All data stays on your Mac.
npm macOS 13+ GDPR smithery badge
LMCP connects your AI assistant to Mail, Calendar, Contacts, Microsoft Teams, Slack, WhatsApp, OneDrive, Google Drive, Zoom, Notes, Reminders, OmniFocus, and more — 146 tools, all running locally on your Mac. No cloud. No API keys. No OAuth. Your data never leaves your machine.
curl -fsSL 'https://local-mcp.com/install?ref=github-releases' | bash
Installs in 2 minutes. Auto-configures Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, and Zed. Free — no paid tier yet.
⭐ Like it? Star this repo — it helps others discover LMCP.
Native tools across 20 categories — Mail, Calendar, Teams, Slack, WhatsApp, OneDrive, Microsoft 365, Notes, OmniFocus, ServiceNow, and more
Status at a glance — all your Mac apps connected
| App | What you can ask |
|---|---|
| "Summarize my unread emails" · "Reply to Jana saying I'll be 10 minutes late" · "Find emails from the contracts team last week" | |
| Calendar | "What do I have tomorrow?" · "Schedule a team sync Friday at 3pm" · "Cancel my 2pm meeting" |
| Contacts | "Get Jana's phone number" · "Find everyone at Acme Corp" |
| Microsoft Teams | "What did the engineering channel say today?" · "Show my last conversation with Marco" |
| Slack | "Summarize #engineering from today" · "What did Ana say in the #design channel?" |
| "Summarize my WhatsApp from this morning" · "Find the chat with Carla about the trip" (via the unofficial Wacli client — requires QR-code sign-in) | |
| OneDrive | "Find the Q1 report" · "Upload this summary to the shared folder" |
| Google Drive | "Find the budget sheet in Drive" · "Read the project notes from My Drive" |
| Zoom | "Summarize my last meeting" · "What did we agree on in the kickoff call?" |
| Outlook | "Read my Outlook inbox" · "Search for invoices from last month" |
| Microsoft 365 | "Read my Outlook.com inbox" · "Find Sara in the company directory" · "Add a Graph calendar event" |
| Reminders | "Add a reminder to call the bank tomorrow at 9am" · "What's on my list?" |
| To Do | "Add milk to my shopping list" · "What's due today in To Do?" |
| OmniFocus | "Show my overdue tasks" · "Create a task to review the contract" |
| Notes | "Search my notes for the API keys" · "Create a note with today's decisions" |
| Messages | "What did Ana send me this morning?" · "Search iMessages for the address" |
| Word / Excel / PPT | "Read this contract" · "Create a spreadsheet with these numbers" |
| "Summarize this PDF" | |
| Finder | "Find all files named 'invoice' on my Mac" |
| Safari | "List my bookmarks in the Dev folder" |
| Stocks | "How is AAPL doing today?" · "Show me a chart of MSFT this month" |
| ServiceNow | "Show my open incidents" · "Create a P2 for the outage" · "Search the KB for VPN setup" |
| NordVPN | "Is my VPN connected?" · "Recommend a server in Japan" |
146 tools across 22 app categories. Read operations run instantly. Write operations (send email, delete event) show a preview and require confirmation.
curl -fsSL 'https://local-mcp.com/install?ref=github-releases' | bash
Auto-detects and configures: Claude Desktop · Claude Code · Cursor · Windsurf · VS Code · Zed
Restart your AI client once. That's it.
You don't need the command line. Get the Mac app from local-mcp.com, drag it to Applications, and open it. The menu-bar app walks you through connecting Claude Desktop, ChatGPT, Claude.ai, or Grok — no setup files to edit. (The terminal install above also auto-configures Claude Desktop, Cursor, VS Code, and more.)
Requirements: macOS 13+ (Ventura or later, Apple Silicon or Intel). Windows & Linux are on the waitlist at local-mcp.com.
ChatGPT can call your Mac apps through LMCP's Cloud Relay. The full walkthrough with screenshots is at local-mcp.com/guides/chatgpt-mac — the short version:
LMCP, URL https://www.local-mcp.com/mcp,
Authentication OAuth.Using Claude Desktop, Cursor, VS Code, Windsurf, or Zed? Skip all of this —
curl … | bashauto-configures them locally and nothing leaves your Mac.
┌─────────────────────────────────┐
│ Claude · Cursor · VS Code · … │
└───────────┬─────────────────────┘
│ MCP protocol (stdio)
┌───────────▼─────────────────────┐
│ LMCP server │
│ JXA · EventKit · AppleScript │
│ LevelDB · native macOS APIs │
└───────────┬─────────────────────┘
│
┌───────────▼─────────────────────┐
│ Mail · Calendar · Teams · … │
│ Your Mac apps (local data) │
└─────────────────────────────────┘
Most MCP servers call cloud APIs. LMCP talks directly to macOS frameworks:
This means: no API keys, no OAuth, no rate limits, works offline, sub-second responses.
The most technically interesting part: Teams messages are read directly from the local LevelDB cache at:
~/Library/Containers/com.microsoft.teams2/.../IndexedDB/https_teams.microsoft.com_0.indexeddb.leveldb
No Azure AD registration, no tenant admin approval, no OAuth tokens. Just the messages already cached on your Mac.
Claude.ai and ChatGPT can't reach localhost. Enable Cloud Relay in the menu bar app — a secure WebSocket tunnel routes requests to your local server. Your data is encrypted in transit and never stored.
The things people most often want their AI to reach — and the ones cloud connectors can't:
See all guides at local-mcp.com/guides.
| Client | Transport | Auto-configured |
|---|---|---|
| Claude Desktop | stdio | ✅ |
| Claude Code | stdio | ✅ |
| Cursor | stdio | ✅ |
| Windsurf | stdio | ✅ |
| VS Code (Copilot / Cline) | stdio | ✅ |
| Zed | stdio | ✅ |
| Claude.ai | Cloud Relay | Manual |
| ChatGPT | Cloud Relay | Manual |
| Grok | Cloud Relay | Manual |
| Perplexity | Cloud Relay | Manual |
| OpenClaw | Cloud Relay | Manual |
Does LMCP send my data to the cloud? No. The tools run on your own machine and read directly from your installed apps. There is no cloud processing and LMCP's servers never store your data. The optional Cloud Relay is an encrypted tunnel that lets a cloud AI (ChatGPT, Claude.ai, Grok) trigger a tool on your machine — the result is produced locally and the backend doesn't persist tool responses.
Can ChatGPT, Claude, or Cursor read my email, calendar, or Teams without API keys or OAuth? Yes. LMCP exposes them as MCP tools that read your local apps directly — no Microsoft Graph tokens, no Google API keys, no OAuth setup for the data.
How is this different from a cloud automation platform? Cloud automation platforms route your data through their servers. LMCP runs the tools on your computer and returns results straight to your AI, so nothing transits a third-party cloud. Choose LMCP when privacy and local-first matter; choose a hosted platform when you want cloud-hosted multi-step workflows.
How is it different from a cloud MCP connector or a Graph-API integration? Those authenticate against vendor cloud APIs (OAuth tokens, tenant-admin consent). LMCP reads the apps already on your machine — Mail, the local Teams/Slack cache, synced OneDrive — with no API keys and no admin approval for the data.
Can it read Microsoft Teams or Slack without the Graph API or admin tokens? Yes. It reads the Teams and Slack data already cached locally on your machine.
Can my AI read and write local Excel, Word, PowerPoint, or PDF files? Yes — it reads and creates Office documents and reads PDFs locally, without uploading them anywhere.
Does it work on Windows? Not yet — LMCP is macOS-only today. Windows & Linux are on the waitlist at local-mcp.com.
How much does it cost? Free, no paid tier yet — a permanent license, not a 14-day trial, no subscription.
Shipped:
In progress / planned:
Already works today via the file tools: any local folder is searchable and readable right now — including your Obsidian vault and your Google Drive or Dropbox sync folders — with
fs_search,fs_read, and the Finder tools. No dedicated integration needed to read those files.
Have a feature in mind? Run request_feature from any AI client, or open an issue.
Run this in Terminal to completely remove LMCP:
curl -fsSL 'https://local-mcp.com/uninstall' | bash
This stops all background processes, removes the auto-start LaunchAgent, deletes the app and binaries, and cleans up the MCP entries from Claude Desktop, Cursor, and other AI clients. Your emails, calendar, and other data are never stored by LMCP and remain untouched.
report_bug or request_featureLMCP is proprietary software. Free — permanent license, no expiration. See LICENSE for details.
⭐ If LMCP saves you time, star the repo — it's the best way to help others discover it.
Get notified about new tools, bug fixes and major releases — no spam.
Выполни в терминале:
claude mcp add pilot-mcp -- npx Read, send and search emails from Claude
автор: GoogleSend, search and summarize Slack messages
автор: SlackNo-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication