MCP Directory

lanchuske/local-mcp

GitHub
Communication

Connect Claude, Cursor, Windsurf and other AI agents to macOS native apps: Mail, Calendar, Contacts, Reminders, Notes, iMessage, Finder, Safari, OmniFocus, Microsoft Teams, Outlook, OneDrive, and Office documents. 82 tools. Runs entirely on your Mac — no cloud, no tokens, no API keys.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y local-mcp-releases

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from lanchuske/local-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route lanchuske/local-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add local-mcp-releases

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use lanchuske/local-mcp directly without routing

npx -y local-mcp-releases

New to Agent-CoreX? View setup guide →

lanchuske/local-mcp MCP Server — Agent-CoreX