Notes MCP

by krasun
MIT License
9
  • Apple
Integrations
  • Allows interaction with Apple Notes on macOS, providing tools for retrieving folders, managing notes, and creating new content within the Apple Notes app.

  • Connects with the Apple Notes application on macOS, enabling retrieval, creation, and management of notes and folders through the macOS Notes ecosystem.

Notes MCP

An MCP server that connects with your Apple Notes on macOS.

Supported Tools

  • notes-get-folders: Get all folders.
  • notes-get-notes: Get all notes in a folder.
  • notes-create-note: Create a new note with title and content.
  • notes-get-note-by-id: Get a note by its identifier.
  • notes-get-note-by-title: Find a note by exact match of title.
  • notes-get-note-count: Get the total number of notes.

Usage

Build it

Always install dependencies and build it first:

npm install && npm run build

With Claude for Desktop

Add the following to your ~/Library/Application\ Support/Claude/claude_desktop_config.json:

{ "mcpServers": { "notes": { "command": "node", "args": ["path/to/notes/mcp/dist/index.js"] } } }

And check it is running in Claude settings:

With Cursor

{ "mcpServers": { "notes": { "command": "node", "args": ["path/to/notes/mcp/dist/index.js"] } } }

And then check Cursor MCP settings:

Standalone or for other projects

node dist/index.js

License

Notes MCP is licensed under the MIT License.

-
security - not tested
A
license - permissive license
-
quality - not tested

An MCP server that enables AI assistants like Claude to access and manipulate Apple Notes on macOS, allowing for retrieving, creating, and managing notes through natural language interactions.

  1. Supported Tools
    1. Usage
      1. Build it
      2. With Claude for Desktop
      3. With Cursor
      4. Standalone or for other projects
    2. License

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A simple note-taking MCP server for recording and managing notes with AI models.
        Last updated -
        4
        66
        21
        TypeScript
        GPL 2.0
      • A
        security
        F
        license
        A
        quality
        MCP server that integrates with inBox note-taking API, allowing users to create notes through any MCP client using conversation-based interactions.
        Last updated -
        1
        JavaScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        An MCP server implementation that integrates with SiYuan Note system, enabling AI models to access and manipulate note data through comprehensive commands for notebook management, document operations, and content manipulation.
        Last updated -
        3
        104
        1
        TypeScript
        ISC License
        • Linux
        • Apple
      • -
        security
        -
        license
        -
        quality
        A Python-based MCP server that allows users to create, read, and manage digital sticky notes with Claude integration for AI-powered note summarization.
        Last updated -
        Python

      View all related MCP servers

      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/krasun/notes-mcp'

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