4 hours ago
Native macOS MCP server: 160+ local tools connecting Claude, ChatGPT, Cursor and any MCP client to Mail, Calendar, Contacts, Reminders, Messages (iMessage), Notes, Safari, OmniFocus, Microsoft Teams, Slack, WhatsApp, Signal, Outlook, Microsoft 365, OneDrive, Google Drive, Notion, Zoom and Office docs (Word/Excel/PowerPoint/PDF). Talks directly to macOS frameworks (EventKit, CNContactStore, JXA) — no API keys, no OAuth, no rate limits, works offline. Includes a cloud connector so web AIs (ChatGPT, Claude.ai, Grok) can reach your local Mac through a secure relay. 100% local, free, GDPR & CCPA compliant. Install: npx local-mcp (or the notarized DMG from local-mcp.com).
Server Config
{
"mcpServers": {
"local-mcp": {
"command": "npx",
"args": [
"-y",
"local-mcp"
]
}
}
}