MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Local Mcp Releases MCP Server

by Lanchuske
Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Native macOS MCP server — 82 tools for Mail, Calendar, Teams, OneDrive and more.

About

Native macOS MCP server — 82 tools for Mail, Calendar, Teams, OneDrive and more.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 4 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: trusted author (3/3 approved). 1 finding(s) downgraded by scanner intelligence.

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "com-local-mcp-local-mcp": {
      "args": [
        "-y",
        "local-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

LMCP — Give Your AI Native Access to Your Apps

npm macOS 12+ GDPR smithery badge

LMCP connects your AI assistant to Mail, Calendar, Contacts, Microsoft Teams, Slack, WhatsApp, OneDrive, Notes, Reminders, OmniFocus, and more — 189 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' | bash

Installs in 2 minutes. Auto-configures Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, and Zed. Free for the first 500 installs — yours forever.

⭐ Like it? Star this repo — it helps others discover LMCP.


What your AI can do

AppWhat you can ask
Mail"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?"
WhatsApp"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"
Outlook"Read my Outlook inbox" · "Search for invoices from last month"
Reminders"Add a reminder to call the bank tomorrow at 9am" · "What's on my list?"
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"
PDF"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"
NordVPN"Is my VPN connected?" · "Recommend a server in Japan"

189 tools total. Read operations run instantly. Write operations (send email, delete event) show a preview and require confirmation.


Install

curl -fsSL 'https://local-mcp.com/install?ref=github' | bash

Auto-detects and configures: Claude Desktop · Claude Code · Cursor · Windsurf · VS Code · Zed

Restart your AI client once. That's it.

Requirements: macOS 12+ (Monterey or later), Apple Silicon or Intel.


How it works

┌─────────────────────────────────┐
│  Claude · Cursor · VS Code · …  │
└───────────┬─────────────────────┘
            │  MCP protocol (stdio)
┌───────────▼─────────────────────┐
│        LMCP server          │
│  JXA · EventKit · AppleScript   │
│  LevelDB · native macOS APIs    │
└───────────┬─────────────────────┘
            │
┌───────────▼─────────────────────┐
│  Mail · Calendar · Teams · …     │
│  Your Mac apps (local data)      │
└─────────────────────────────────┘

Why native?

Most MCP servers call cloud APIs. LMCP talks directly to macOS frameworks:

  • EventKit for Calendar — reads all providers (iCloud, Google, Exchange)
  • AppleScript/JXA for Mail — works with any IMAP account
  • LevelDB for Teams — reads the local IndexedDB cache, no Graph API needed
  • CNContactStore for Contacts — native framework, no app launch required
  • File system for OneDrive, Word, Excel, PowerPoint

This means: no API keys, no OAuth, no rate limits, works offline, sub-second responses.

Microsoft Teams without Graph API

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.

Cloud Relay (optional)

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.


Comparison with alternatives

FeatureLMCPapple-mcpComposioMS 365 Connector
Runs locally✅✅❌ Cloud❌ Cloud
API keys needed❌ None❌ None✅ Required✅ Azure AD
Setup time~2 min~10 min~15 min~30 min
Total tools91~20Varies~15
Microsoft Teams✅ Local cache❌Via Graph APIVia Graph API
OneDrive✅ Full CRUD❌Via Graph APIVia Graph API
Calendar✅ CRUD❌Via APIVia Graph API
Email✅ Full❌Via APIVia Graph API
Office docs✅ Create/Read❌Limited❌
Notes & Reminders✅✅❌❌
OmniFocus✅❌❌❌
iMessage✅ Read❌❌❌
Data privacy100% local100% localCloudCloud
PriceFree (first 500)Free (OSS)FreemiumFree (M365)
PlatformmacOSmacOSCross-platformCross-platform

Privacy & security

  • All data stays on your Mac — nothing is sent to external servers
  • No API keys, OAuth tokens, or cloud accounts required
  • Uses standard macOS TCC permissions (the same "Allow access?" prompts any app uses)
  • Calendar, Contacts, and Reminders access can be revoked anytime in System Settings
  • GDPR and CCPA compliant by architecture — there is no cloud component to process your data
  • Destructive operations always show a preview and require explicit confirmation

Supported AI clients

ClientTransportAuto-configured
Claude Desktopstdio✅
Claude Codestdio✅
Cursorstdio✅
Windsurfstdio✅
VS Code (Copilot / Cline)stdio✅
Zedstdio✅
Claude.aiCloud RelayManual
ChatGPTCloud RelayManual

Roadmap

  • Write support for Teams (send messages)
  • Slack integration
  • Google Drive (local sync folder)
  • WhatsApp / Telegram
  • Persistent AI memory across sessions
  • Windows support

Have a feature in mind? Run request_feature from any AI client, or open an issue.


Uninstall

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.


Support

  • In your AI client: ask Claude to run report_bug or request_feature
  • GitHub: open an issue
  • Email: ctpo@colibird.co
  • Website: local-mcp.com

License

LMCP is proprietary software. Free for the first 500 installs — 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.

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published April 3, 2026
Version 3.0.66
0 installs
Local Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
3
Installs
5.3
Security
No ratings yet
Local

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
4
Installs
6.5
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
468
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
61
Installs
10.0
Security
5.0
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

120.0K
Stars
19
Installs
6.0
Security
5.0
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
15
Installs
10.0
Security
5.0
Local