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

Custom Voice Extraction Process for Claude Code with Template
A developer shares a three-pass extraction process to create a custom voice skill for Claude Code, resulting in a 510-line SKILL.md file with ban lists for LLM-isms, anti-performative rules, and format-specific voice modes. The open-source template works with any language using 10+ writing samples.

Claude Growth Skill: Structured B2B SaaS Growth Playbooks for AI Coding Agents
A developer built a Claude Growth Skill containing 6 battle-tested playbooks based on 5 SaaS case studies, $90M ARR partnerships, and 1,800 user interviews. It structures B2B SaaS growth work from PMF validation to channel ecosystem and sales.

Holisto Seed: A Local LLM Framework with Persistent Identity and Consensual Memory Consolidation
Holisto Seed is a Relational Individuation Framework that gives LLM agents persistent identity, biographical memory, and co-evolutionary relationships with users. It runs fully local with a Git-based versioning system and features a consensual sleep cycle for memory consolidation.

Open Source Auto-Memory System for LLM Agents Achieves 94% Recall Accuracy
A developer built a memory plugin for LLM-based agents that automatically extracts, classifies, and persists facts across sessions without explicit user commands. The system achieved 94.2% accuracy on a 52-checkpoint recall benchmark using structured markdown files instead of vector databases.