npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@rudrasankha/apple-mcp

v1.0.2

Published

Apple MCP tools for contacts, notes, messages, and mail integration

Readme

Apple MCP Tools (TypeScript)

A Model Context Protocol server that provides native Apple application integration with Server-Sent Events (SSE) support, written in TypeScript. This server enables LLMs to interact with Apple's native applications like Messages, Notes, Contacts, Mail, Reminders, Calendar, Maps, and more.

Features

  • Written in TypeScript for better type safety and developer experience
  • Uses Apple's JXA (JavaScript for Automation) for native macOS app integration
  • Server-Sent Events (SSE) support for real-time communication
  • Fully compatible with the Model Context Protocol
  • Interacts with multiple Apple applications (Messages, Notes, Contacts, Mail, etc.)
  • Provides web search capabilities through DuckDuckGo integration

Available Endpoints

SSE Endpoint

  • GET /sse - Establishes an SSE connection for streaming content
  • POST /messages - Handles message processing for the SSE connection

The server runs on port 3000 by default.

Tools and Capabilities

  • Messages:

    • Send messages using the Apple Messages app
    • Read messages from conversations
    • Schedule messages for future delivery
    • Check for unread messages
  • Notes:

    • List all notes
    • Search and read notes in Apple Notes app
    • Create new notes with custom content and folder organization
  • Contacts:

    • Search contacts by name
    • Retrieve contact information including phone numbers
    • Find contacts for efficient message and email communication
  • Mail:

    • Send emails with multiple recipients (to, cc, bcc) and file attachments
    • Search emails with custom queries across mailboxes
    • Check unread email counts globally or per mailbox
    • List available email accounts and mailboxes
  • Reminders:

    • List all reminders and reminder lists
    • Search for reminders by text
    • Create new reminders with optional due dates and notes
    • Open the Reminders app to view specific reminders
  • Calendar:

    • Search calendar events with customizable date ranges
    • List upcoming events
    • Create new calendar events with details like title, location, and notes
    • Open calendar events in the Calendar app
  • Web Search:

    • Search the web using DuckDuckGo
    • Retrieve and process content from search results
  • Maps:

    • Search for locations and addresses
    • Save locations to favorites
    • Get directions between locations
    • Drop pins on the map
    • Create and list guides
    • Add places to guides

Coming Soon

  • Search and open photos in Apple Photos app
  • Search and open music in Apple Music app

Advanced Usage

You can daisy-chain commands to create complex workflows. For example:

"Can you please read the note about people I met at the conference, find their contacts and emails, and send them a message saying thank you for the time."

Installation

  1. Clone the repository
  2. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Start the server:
npm start

Configuration

To use Apple MCP tools with Claude in Cursor, add the following to your ~/.cursor/mcp.json file:

{
  "apple-mcp": {
    "url": "http://localhost:3000/sse"
  }
}

Development

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn
  • macOS (required for Apple application integration)

Contributing

Contributions are welcome! Please feel free to submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Maintained by Rudra-Sankha-Sinhamahapatra.