Skip to main content
Glama

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.

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

Сервер 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 : Получить общее количество заметок.

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

Построй это

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

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"] } } }

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

С курсором

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

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

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

node dist/index.js

Лицензия

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

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

Сервер MCP, который позволяет помощникам на базе искусственного интеллекта, таким как Клод, получать доступ к Apple Notes и управлять ими на macOS, позволяя извлекать, создавать и управлять заметками посредством взаимодействия на естественном языке.

  1. Поддерживаемые инструменты
    1. Использование
      1. Построй это
      2. С Клодом для рабочего стола
      3. С курсором
      4. Автономно или для других проектов
    2. Лицензия

      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