Skip to main content
Glama

Pilot MCP — Your AI agent for Mac

npm Glama platform

Give Claude, Cursor, Windsurf, or any AI agent native access to your Mac — Mail, Calendar, Teams, OneDrive, Notes, OmniFocus, and 80+ more tools. Everything runs locally. Your data never leaves your machine.

npx -y local-mcp@latest setup

Installs in 2 minutes. Auto-configures Claude Desktop, Cursor, Windsurf, VS Code, and Zed. No cloud. No API keys. Free during early access.

Like it? Star this repo — it helps others discover Pilot MCP.


What your AI can do

App

What you can ask

Mail

"Summarize my unread emails" · "Send a reply to Jana saying I'll be 10 minutes late" · "Find all emails from the contracts team last week"

Calendar

"What do I have tomorrow?" · "Schedule a team sync Friday at 3pm" · "Cancel my 2pm meeting"

Contacts

"Get Jana's phone number" · "Find everyone at Acme Corp"

Microsoft Teams

"What did the engineering channel say today?" · "Show me my last conversation with Marco"

OneDrive

"Find the Q1 report" · "Upload this summary to the shared folder" · "What's in my Documents?"

Microsoft Outlook

"Read my Outlook inbox" · "Send a meeting invite to the team"

Reminders

"Add a reminder to call the bank tomorrow at 9am" · "What's on my list?"

OmniFocus

"Show my overdue tasks" · "Create a task to review the contract"

Notes

"Search my notes for the API keys" · "Create a note with today's decisions"

Messages

"What did Ana send me this morning?" · "Search my iMessages for the address"

Word / Excel / PowerPoint

"Read this contract" · "Create a spreadsheet with these numbers"

PDF

"Summarize this PDF"

Finder

"Find all files named 'invoice' on my Mac"

Safari

"List my bookmarks in the Dev folder"

82 tools total. Read operations run instantly. Destructive actions (send email, delete event) show a preview and ask for confirmation first.


Install

npx -y local-mcp@latest setup

Auto-detects and configures: Claude Desktop · Claude Code · Cursor · Windsurf · VS Code · Zed

Restart your AI client once. That's it.

Alternative install:

curl -fsSL https://local-mcp.com/install | bash

Requirements: macOS 13+, Node.js 18+, Apple Silicon or Intel


How it works

Claude Desktop / Cursor / Windsurf / VS Code / Zed
        │  MCP protocol (stdio)
   Pilot MCP  ←  local-mcp npm package
        │  JXA · AppleScript · EventKit · native macOS APIs
   Mail · Calendar · Contacts · Teams · OneDrive · OmniFocus · …

The server starts on demand — no background daemon, no LaunchAgent. Each AI client spawns its own process when it needs it.

Why native?

Most MCP servers call cloud APIs. Pilot MCP talks directly to macOS frameworks — EventKit for Calendar, AppleScript for Mail, native SQLite for Contacts. This means:

  • No API keys or OAuth — works out of the box

  • No rate limits — it's your own machine

  • Works offline — no internet required for local apps

  • Sub-second — no network round-trips

Microsoft Teams without tokens

Teams reads messages directly from the local IndexedDB LevelDB cache. No OAuth. No Graph API. No Microsoft account tokens. Works even when Teams is offline.

Cloud Relay (optional)

Claude.ai and ChatGPT can't reach localhost. Enable Cloud Relay in the menu bar app — a secure WebSocket tunnel routes cloud requests to your local server. Your data is encrypted in transit and never stored on our servers.


Privacy

  • Your email, calendar, contacts, files, and messages never leave your Mac

  • No telemetry beyond anonymous heartbeats (version + OS + uptime, no content)

  • The only outbound request to our servers is license validation

  • GDPR and CCPA compliant by architecture — not just by policy


Add to Smithery

Install on Smithery

Use Pilot MCP from Claude.ai, ChatGPT or any cloud AI client via the Smithery cloud connector.


Support


If Pilot MCP is useful to you, star the repo — it's the best way to help us grow.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lanchuske/local-mcp-releases'

If you have feedback or need assistance with the MCP directory API, please join our Discord server