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

Local Tool Visualizes Claude Code Session Data
A Python script reads Claude Code session data stored locally in ~/.claude/ and generates a scroll-driven visualization with D3.js charts showing daily activity, project breakdown, tool usage, and coding rhythm heatmaps.

Sense: Go SDK for LLM-powered test assertions and structured text extraction
Sense is a Go SDK that uses Claude for two main functions: evaluating non-deterministic output in tests with plain English assertions, and extracting typed structs from unstructured text through reflection and forced tool_use.

Clawdex: A Directory for Tracking OpenClaw Derivatives and Forks
Clawdex is a directory listing 18 OpenClaw-related projects across three tiers, with data on stars, language, and category tags. The project is PR-driven, requiring contributors to fork the repo, add a YAML file to /src/data/projects/, and open a pull request.

Argus: A VS Code Extension to Debug Claude Code Session Costs and Behavior
A developer built Argus, a VS Code extension that parses Claude Code JSONL transcripts into a real-time timeline with per-step token/cost breakdown, cache hit ratio, and flagging of retry loops, duplicate reads, and context pressure.