Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Python Codebase Analysis RAG System
  • MCP Apple Calendars
  • Jokes MCP Server
  • GitHub MCP Server
  • MongoDB MCP Server for LLMs
Back to MCP Servers
NotesY

NotesY

Public
Rish-it/Notes-MCP

Seamlessly integrate Apple Notes with Claude using natural language commands to create, update, delete, and search notes, including automatic trip planning detection, via a Model Context Protocol (MCP) server.

typescript
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with NotesY

MCP Server

Unlock the full potential of NotesY through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

NotesY - Apple Notes Integration for Claude

A Claude MCP integration that allows seamless interaction with Apple Notes through natural language.

Features

  • Create notes with content and titles
  • Update existing notes with new content
  • Delete notes by title
  • Search for notes containing specific text
  • Automatically detect trip planning requests and create notes

Installation

  1. Clone and build the project:
git clone https://github.com/yourusername/NotesY.git cd NotesY npm install npm run build
  1. Add to Claude's configuration (usually at ~/Library/Application Support/Claude/claude_desktop_config.json):
{ "mcpServers": { "NotesY": { "command": "node", "args": ["/absolute/path/to/NotesY/dist/index.js"] } } }

Usage

With Claude Desktop

Simply talk to Claude Desktop and ask it to:

Create a note titled 'shopping list' with items: milk, eggs, bread

Add meeting notes to my 'work' note

Delete my 'old tasks' note

Search for notes with 'project'

You can also just give Claude long text and it will create a note with appropriate title:

Create a comprehensive trip plan for Krabi, Thailand, including recommended duration, best time to visit, must-see attractions, accommodation options, transportation tips, food recommendations, and budget considerations.

Using the CLI

For testing without Claude, you can use the built-in CLI:

npm run cli

This lets you enter natural language commands directly and see the results.

Local Development

git clone https://github.com/yourusername/NotesY.git cd NotesY npm install npm run build npm run dev

To run the Express server for API testing:

START_EXPRESS_SERVER=true npm run dev

How it Works

NotesY uses AppleScript to interact with the macOS Notes app, providing natural language understanding through an MCP integration with Claude Desktop.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Python Codebase Analysis RAG System
    Python Codebase Analysis RAG System

    Analyzes Python codebases using AST to extract and vectorize code elements, enabling advanced queryi...

    Added May 30, 2025
  • MCP Apple Calendars
    MCP Apple Calendars

    Model Context Protocol server enabling AI models to access, create, update, and delete Apple Calenda...

    Added May 30, 2025
  • Jokes MCP Server
    Jokes MCP Server

    Deploy a Model Context Protocol (MCP) server to seamlessly integrate AI models with diverse data sou...

    Added May 30, 2025
  • GitHub MCP Server
    GitHub MCP Server

    Enhance Claude Desktop with seamless GitHub integration via Model Context Protocol, enabling natural...

    Added May 30, 2025
  • MongoDB MCP Server for LLMs
    MongoDB MCP Server for LLMs

    Enables LLMs to seamlessly interact with MongoDB databases via Model Context Protocol, offering sche...

    Added May 30, 2025