Skip to main content
Glama
krasun

Notes MCP

by krasun

Примечания МКП

Сервер MCP, который подключается к Apple Notes на macOS.

Пример использования Клода

Поддерживаемые инструменты

  • notes-get-folders : Получить все папки.

  • notes-get-notes : Получить все заметки в папке.

  • notes-create-note : Создать новую заметку с заголовком и содержанием.

  • notes-get-note-by-id : Получить заметку по ее идентификатору.

  • notes-get-note-by-title : Найти заметку по точному совпадению заголовка.

  • notes-get-note-count : Получить общее количество заметок.

Related MCP server: apple-notes-mcp

Использование

Построй это

Всегда сначала устанавливайте зависимости и выполняйте сборку:

npm install && npm run build

С Клодом для рабочего стола

Добавьте следующее в ваш ~/Library/Application\ Support/Claude/claude_desktop_config.json :

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

И проверьте, запущен ли он в настройках Клода:

Настройки Клода MCP

С курсором

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

А затем проверьте настройки курсора MCP:

Настройки курсора MCP

Автономно или для других проектов

node dist/index.js

Лицензия

Notes MCP лицензирован в соответствии с лицензией MIT .

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessResponsive

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

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
    C
    maintenance
    An MCP server that gives AI assistants access to your Apple Notes, Reminders, and Contacts — with optional BERT-powered semantic search.
    2
    -

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