krasun
MCP Serverkrasunpublic

notes mcp

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

Repository Info

74
Stars
5
Forks
74
Watchers
0
Issues
TypeScript
Language
MIT License
License

About This Server

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

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Notes MCP

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

!Claude Usage Example

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:

!Claude MCP Settings

With Cursor

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

And then check Cursor MCP settings:

!Cursor MCP Settings

Standalone or for other projects

node dist/index.js

License

Notes MCP is licensed under the MIT License.

Quick Start

1

Clone the repository

git clone https://github.com/krasun/notes-mcp
2

Install dependencies

cd notes-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerkrasun
Reponotes-mcp
LanguageTypeScript
LicenseMIT License
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation