Skip to main content
Glama
krasun

Notes MCP

by krasun

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.

Related MCP server: apple-notes-mcp

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.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
1hResponse time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    A Message Control Protocol server that enables Claude Desktop to interact with NotePlan.co, allowing users to query, search, create, and update notes directly from Claude conversations.
    7
    12
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    MCP server for Bear notes app on macOS, enabling note reading, searching, creation, and management via Claude.
    1

View all related MCP servers

Related MCP Connectors

  • Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.

  • Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

View all MCP Connectors

Latest Blog Posts

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