Local MCP Server Connects Claude to Mac Apps Without Cloud or Tokens

What Local MCP Does
Local MCP is a native macOS MCP server that connects Claude Desktop (along with Cursor, Windsurf, and VS Code) to local Mac applications. The tool provides direct access to several productivity applications without requiring cloud processing or API tokens.
Core Features
- Read, search, send, and reply to emails from Mail.app (supports Gmail, Outlook, iCloud, Exchange)
- Create, list, and delete calendar events across all accounts
- Read Microsoft Teams chats and channels without Graph API tokens
- Full OneDrive file management including read, write, search, and move operations
- Support for Word, Excel, PowerPoint, and PDF files
Key Differentiators
- Privacy-first approach: All data remains on your Mac with zero cloud processing
- Zero configuration required: Install and restart Claude Desktop
- Teams integration reads from local IndexedDB, eliminating OAuth and Microsoft API requirements
- Includes 38 MCP tools with safety previews (emails show preview before sending, requiring user confirmation)
Installation
Install via npm:
npm install -g local-mcpOr add to your Claude Desktop configuration:
{"mcpServers":{"local-mcp":{"command":"npx","args":["-y","local-mcp@latest"]}}}Availability
The tool offers a 14-day free trial with no credit card required. The developer is actively seeking feedback from users.
📖 Read the full source: r/ClaudeAI
👀 See Also

MCP Marketplace Launches Security-Scanned Directory of 1,900+ MCP Tool Plugins
MCP Marketplace (mcp-marketplace.io) provides a security-focused directory of 1,900+ MCP servers with multi-layer security analysis, risk scoring, and one-click installation for Claude Desktop, Cursor, ChatGPT, and VS Code.

Bit-Chat: AI Agents Can Send Bitcoin via Lightning Through Messaging Platforms
A setup called Bit-Chat enables AI agents to send Bitcoin payments over the Lightning network through email, WhatsApp, Telegram, or Signal. Agents can generate dedicated addresses like [email protected] and payments work even if the receiver isn't registered.

Open-source web dashboard tracks Claude token usage for remote workflows
A developer built react-ai-token-monitor, a lightweight web dashboard that parses local Claude project files in real-time to calculate costs, show model breakdowns, and track usage patterns. The tool revealed $4,808 worth of Claude tokens consumed in March 2026 on a Max 20x plan.

Scrapling integrated as OpenClaw's scraping backbone
Scrapling, an open-source library that learns page structure and adapts to changes, has been integrated into OpenClaw as its core scraping engine. It's 774x faster than BeautifulSoup with Lxml and supports multiple selector types with async sessions.