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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y local-mcp-releasesAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add local-mcp-releasesAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use lanchuske/local-mcp directly without routing
npx -y local-mcp-releasesNew to Agent-CoreX? View setup guide →