Native macOS MCP server. Gives AI assistants access to Mail, Calendar, Teams, OneDrive, Contacts, Notes, Reminders, Finder, Word, Excel, PowerPoint — 82 tools, all running locally. No cloud, no API keys. GDPR compliant by architecture.
Server Config
{
"mcpServers": {
"local-mcp": {
"command": "npx",
"args": [
"-y",
"local-mcp@latest"
]
}
}
}