JSPM

  • Created
  • Published
  • Downloads 7263
  • Score
    100M100P100Q106875F
  • License SEE LICENSE IN LICENSE

MCP server for macOS — connect Claude Desktop, Cursor, Windsurf to Mail, Calendar, Contacts, Teams, OneDrive. Privacy-first: all data stays on your Mac.

Package Exports

  • local-mcp
  • local-mcp/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (local-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

local-mcp

Give your AI agent full control of your desktop apps. 80+ tools for Mail, Calendar, Notes, Reminders, Files, and more. Currently available for macOS, Windows coming soon.

npm platform

All data stays on your Mac. No cloud. No tokens. No API keys.

Install

npx -y local-mcp@latest setup

Auto-detects and configures Claude Desktop, Cursor, Windsurf, VS Code, and Zed. Restart your AI client once.

Or add directly to your MCP config

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

What it does

Pilot MCP runs a native MCP server that bridges your Mac apps to any AI client:

Service Capabilities
Mail Read, search, send, reply — Gmail, Outlook, iCloud, Exchange
Calendar List, create, delete events across all accounts
Contacts Search and list from Contacts.app
Teams Read chats, channels, messages (no tokens needed)
OneDrive List, read, write, search, move, delete files
Documents Word, Excel, PowerPoint, PDF
Outlook Read, search, send emails, list/create calendar events (direct Outlook.app access)
Reminders & To Do List, create, complete — includes Microsoft To Do via sync
OmniFocus List tasks, projects, tags — create and complete tasks
Notes List, read, search, create notes
Messages List chats, read and search iMessages
Stocks Real-time quotes, historical charts, symbol search
Finder Search and list files
Safari List bookmarks

82 MCP Tools

Email: list_accounts list_emails read_email send_email reply_email search_emails move_email save_attachment create_email_folder

Calendar: list_calendar_names list_calendar_events create_calendar_event delete_calendar_event

Contacts: list_contacts

Teams: teams_list_teams teams_list_channels teams_list_chats teams_read_channel_messages teams_read_chat_messages

OneDrive: onedrive_root onedrive_list_files onedrive_read_file onedrive_write_file onedrive_move_file onedrive_delete_file onedrive_search_files

Documents: word_create word_read word_append excel_create excel_read excel_write_cell ppt_create ppt_read pdf_read

Outlook: outlook_list_emails outlook_read_email outlook_search_emails outlook_send_email outlook_list_events outlook_create_event

Reminders & To Do: todo_list_lists todo_list_tasks todo_create_task todo_complete_task

OmniFocus: list_omnifocus_tasks list_omnifocus_projects list_omnifocus_tags search_omnifocus_tasks create_omnifocus_task complete_omnifocus_task

Notes: list_notes read_note search_notes create_note

Messages: list_message_chats read_messages search_messages

Stocks: stocks_get_quote stocks_get_chart stocks_search_symbol

Finder: finder_search finder_list

Safari: list_safari_bookmarks

Utilities: diagnose version_info report_bug request_feature send_logs lmcp_help list_my_feedback close_feedback

Safety

  • Email send/reply always shows a preview before sending — you confirm first
  • Calendar events require explicit calendar name — never creates in the wrong one
  • All destructive operations require confirmation

Requirements

  • macOS 12 Monterey or later (Apple Silicon and Intel)
  • Node.js 18+
  • One of: Claude Desktop, Cursor, Windsurf, VS Code, Zed

Config file locations

Client Path
Claude Desktop ~/Library/Application Support/Claude/claude_desktop_config.json
Cursor ~/.cursor/mcp.json
Windsurf ~/.codeium/windsurf/mcp_config.json
VS Code ~/.vscode/mcp.json
Zed ~/.config/zed/settings.json

Commands

npx -y local-mcp@latest setup     # configure all detected AI clients
npx -y local-mcp@latest update    # force re-download of the runtime
npx -y local-mcp@latest status    # show server status

Full app (optional)

For the menu bar status icon, auto-start on login, and Cloud Relay:

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